Browse code

forgot to remove debug line

git-svn: trunk@3540

Török Edvin authored on 2008/01/25 19:26:06
Showing 1 changed files
... ...
@@ -1071,7 +1071,6 @@ unsigned char* encoding_norm_readline(struct entity_conv* conv, FILE* stream_in,
1071 1071
 
1072 1072
 		if(limit < 0) limit = 0;
1073 1073
 		conv->out_area.buffer[conv->out_area.length - limit - 1] = '\0';
1074
-		puts(conv->out_area.buffer);
1075 1074
 		return conv->out_area.buffer;
1076 1075
 	}
1077 1076
 }