author | francesco-ST <francesco.abbate@st.com> | 2010年08月04日 16:50:12 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年08月04日 16:50:12 +0200 |
commit | 5f73662ea331c0ae5a2e3710dce62cc31df1d302 (patch) | |
tree | 3c2c9f889a6810b6095b8cbf851e715e1c4b1bbb /agg-plot/plot-window.cpp | |
parent | e596e728294cbde37c17e020b166c8557c52bcc0 (diff) | |
download | gsl-shell-5f73662ea331c0ae5a2e3710dce62cc31df1d302.tar.gz |
-rw-r--r-- | agg-plot/plot-window.cpp | 1 |
diff --git a/agg-plot/plot-window.cpp b/agg-plot/plot-window.cpp index fc6907b9..bf5d5364 100644 --- a/agg-plot/plot-window.cpp +++ b/agg-plot/plot-window.cpp @@ -165,7 +165,6 @@ int plot_window_free (lua_State *L) { plot_window *p = plot_window::check(L, 1); - printf("Deallocating plot-window: %p\n", (void *) p); p->~plot_window(); return 0; } |