# HG changeset patch # User Mark Doliner # Date 1144386771 0 # Node ID 165bf3145cbf4309d5f2bc57ead23c7243450987 # Parent 6519aeb66b31bbb52addf209c0170eddc201e86d [gaim-migrate @ 15979] Remove a debug line that bugs me. committer: Tailor Script diff -r 6519aeb66b31 -r 165bf3145cbf src/gtkconv.c --- 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))