summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_plotters.c')
-rw-r--r--gtk/gtk_plotters.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c
index ca923bd0b..1bb984de6 100644
--- a/gtk/gtk_plotters.c
+++ b/gtk/gtk_plotters.c
@@ -138,8 +138,6 @@ bool nsgtk_plot_bitmap(int x, int y, int width, int height,
{
GdkPixbuf *pixbuf = (GdkPixbuf *) bitmap;
- LOG(("PLOT: %p @ %d,%d (%dx%d)\n", bitmap, x, y, width, height));
-
if (width == 0 || height == 0)
return true;