author | francesco-ST <francesco.abbate@st.com> | 2010年07月08日 13:54:59 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年07月08日 13:54:59 +0200 |
commit | d4ba2e23123520fa9ee32e690465c55291175863 (patch) | |
tree | 029734db039044b4eb9c9f8cbfe5917f4b1f5b3d /agg-plot/lua-plot.cpp | |
parent | 6089a3871d1cf7b4e3148210356043c145568004 (diff) | |
download | gsl-shell-d4ba2e23123520fa9ee32e690465c55291175863.tar.gz |
-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; } |