summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-17 01:54:09 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-17 01:54:09 +0000
commit0708ee58229be03a8508a669ce3f94d1039d969f (patch)
tree6207d49977d662928ac7efd07e4834e52006aab8 /src
parent012d3f6431ee2c5a7f0214d93dbc60813bc79f5b (diff)
downloadlibhubbub-0708ee58229be03a8508a669ce3f94d1039d969f.tar.gz
libhubbub-0708ee58229be03a8508a669ce3f94d1039d969f.tar.bz2
Remove a stray printf().
svn path=/trunk/hubbub/; revision=4367
Diffstat (limited to 'src')
-rw-r--r--src/tokeniser/tokeniser.c2
1 files changed, 0 insertions, 2 deletions
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,