diff src/gtkconv.c @ 11227:8b3d1b2c2c43

[gaim-migrate @ 13365] (17:47:13) deryni: datallah: Was there supposed to be a printf in that commit? (the answer is "no") committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 10 Aug 2005 22:24:03 +0000
parents 409d6a11da51
children a511b77a368b
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Aug 10 21:38:26 2005 +0000
+++ b/src/gtkconv.c	Wed Aug 10 22:24:03 2005 +0000
@@ -4984,7 +4984,7 @@
 	line_count = gtk_text_buffer_get_line_count(
 			gtk_text_view_get_buffer(GTK_TEXT_VIEW(
 				gtkconv->imhtml)));
-printf("writing to conv - max_scrollback_lines = %d our lines = %d\n", max_scrollback_lines, line_count);
+
 	/* If we're sitting at more than 100 lines more than the
 	   max scrollback, trim down to max scrollback */
 	if (max_scrollback_lines > 0