diff src/gtkimhtml.c @ 10852:62b5117114d2

[gaim-migrate @ 12526] do we need this any more? it is annoyying as all get out. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 19 Apr 2005 16:00:20 +0000
parents c203cd637f95
children 06e71aa662af
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Apr 19 15:29:28 2005 +0000
+++ b/src/gtkimhtml.c	Tue Apr 19 16:00:20 2005 +0000
@@ -2192,9 +2192,6 @@
 
 	t = g_timer_elapsed(imhtml->scroll_time, NULL);
 
-
-	gaim_debug_info("gtkimhtml", "in scroll_cb\n");
-
 	if (adj->value >= val || t >= MAX_SCROLL_TIME) {
 		gaim_debug_info("gtkimhtml", "scroll_cb:  out of time\n");
 		gtk_adjustment_set_value(adj, val);