remove debugging messages.

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2010-08-03 01:54:07 +01:00
parent 8340ee4cb1
commit dec813f562
1 changed files with 0 additions and 2 deletions

2
packages/clib/uri.c Normal file → Executable file
View File

@ -487,8 +487,6 @@ add_decoded_range_charbuf(charbuf *cb, const range *r, int flags)
static int
add_normalized_range_charbuf(charbuf *cb, const range *r, int iri, int flags)
{ const pl_wchar_t *s = r->start;
fprintf(stderr,"s=%s r->start=%p r->end=%p\n",s,r->start,r->end);
jmp_deb(1);
while(s<r->end)
{ int c;