[project @ 2004-05-02 23:31:46 by bursa]

Remove debugging code.

svn path=/import/netsurf/; revision=819
This commit is contained in:
James Bursa 2004-05-02 23:31:46 +00:00
parent e42361b684
commit da96f9da00
1 changed files with 0 additions and 2 deletions

View File

@ -263,8 +263,6 @@ int css_convert(struct content *c, unsigned int width, unsigned int height)
&token_text))) {
token_data.text = token_text;
token_data.length = current - token_text;
printf("%i \"%.*s\"\n", token, token_data.length,
token_data.text);
css_parser_(parser, token, token_data, &param);
if (param.syntax_error) {
LOG(("syntax error near offset %i",