]> err.no Git - mapper/commitdiff
Remove color debug output
authorKaj-Michael Lang <milang@onion.tal.org>
Tue, 9 Oct 2007 12:27:24 +0000 (15:27 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Tue, 9 Oct 2007 12:27:24 +0000 (15:27 +0300)
src/map-poi.c

index 3964c00c0ac4df5ad163e659a37397a1e1ae14f6..c2f0e2a5d03b9f51001cfd5e5d0aa91f5e335269 100644 (file)
@@ -137,7 +137,6 @@ while (SQLITE_ROW == sqlite3_step(poisql.select_poi)) {
        if (gdk_color_parse(cat_color, &color)) {
                gdk_gc_set_rgb_fg_color(poi_gc, &color);
                gc=poi_gc;
-               g_printf("Using color: %s\n", cat_color);
        } else {
                gc=_gc[COLORABLE_POI];
        }