[project @ 2004-05-02 23:31:46 by bursa]
Remove debugging code. svn path=/import/netsurf/; revision=819
This commit is contained in:
parent
e42361b684
commit
da96f9da00
|
@ -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, ¶m);
|
||||
if (param.syntax_error) {
|
||||
LOG(("syntax error near offset %i",
|
||||
|
|
Loading…
Reference in New Issue