-rw-r--r-- | agg-plot/lua-plot.cpp | 1 |
diff --git a/agg-plot/lua-plot.cpp b/agg-plot/lua-plot.cpp index ea3b1944..f0993db9 100644 --- a/agg-plot/lua-plot.cpp +++ b/agg-plot/lua-plot.cpp @@ -167,7 +167,6 @@ int agg_plot_free (lua_State *L) { agg_plot *p = agg_plot::arg_check(L, 1); - printf("freeing plot\n"); p->~agg_plot(); return 0; } |