-rw-r--r-- | agg-plot/xwin-show.cpp | 1 |
diff --git a/agg-plot/xwin-show.cpp b/agg-plot/xwin-show.cpp index 05692340..25cd6bee 100644 --- a/agg-plot/xwin-show.cpp +++ b/agg-plot/xwin-show.cpp @@ -91,7 +91,6 @@ xwin_thread_function (void *_plot) AGG_UNLOCK(); GSL_SHELL_LOCK(); - printf("unref plot\n"); gsl_shell_unref_plot (p->id); GSL_SHELL_UNLOCK(); } |