[gaim-migrate @ 15979]

Fri, 07 Apr 2006 05:12:51 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Fri, 07 Apr 2006 05:12:51 +0000
changeset 13594
6c1942f4f4c8
parent 13593
3450a7cede99
child 13595
191c2d12a00c

[gaim-migrate @ 15979]
Remove a debug line that bugs me.

src/gtkconv.c file | annotate | diff | comparison | revisions
--- a/src/gtkconv.c	Fri Apr 07 05:10:56 2006 +0000
+++ b/src/gtkconv.c	Fri Apr 07 05:12:51 2006 +0000
@@ -8218,9 +8218,6 @@
 	{
 		GdkColor color = { 0, rand() % 65536, rand() % 65536, rand() % 65536 };
 
-		gaim_debug_warning("gtkconv",
-				   "Looking for random colors to fill the list, I have found %i so far.\n",i);
-
 		if (color_is_visible(color, background,     MIN_COLOR_CONTRAST,     MIN_BRIGHTNESS_CONTRAST) &&
 			color_is_visible(color, nick_highlight, MIN_COLOR_CONTRAST / 2, 0) &&
 			color_is_visible(color, send_color,     MIN_COLOR_CONTRAST / 4, 0))

mercurial