From 0708ee58229be03a8508a669ce3f94d1039d969f Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Tue, 17 Jun 2008 01:54:09 +0000 Subject: Remove a stray printf(). svn path=/trunk/hubbub/; revision=4367 --- src/tokeniser/tokeniser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tokeniser') diff --git a/src/tokeniser/tokeniser.c b/src/tokeniser/tokeniser.c index 5c268b6..81d02a3 100644 --- a/src/tokeniser/tokeniser.c +++ b/src/tokeniser/tokeniser.c @@ -3070,8 +3070,6 @@ bool hubbub_tokeniser_handle_numbered_entity(hubbub_tokeniser *tokeniser) cp = 0xFFFD; } - printf("%x\n", cp); - /* And replace the matched range with it */ error = hubbub_inputstream_replace_range(tokeniser->input, ctx->match_entity.str.data.off, -- cgit v1.2.3