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/lua-draw.cpp | |
parent | e596e728294cbde37c17e020b166c8557c52bcc0 (diff) | |
download | gsl-shell-5f73662ea331c0ae5a2e3710dce62cc31df1d302.tar.gz |
-rw-r--r-- | agg-plot/lua-draw.cpp | 1 |
diff --git a/agg-plot/lua-draw.cpp b/agg-plot/lua-draw.cpp index f70a181f..e7a3c4ea 100644 --- a/agg-plot/lua-draw.cpp +++ b/agg-plot/lua-draw.cpp @@ -141,7 +141,6 @@ agg_path_free (lua_State *L) { typedef draw::path path_type; path_type *path = check_agg_path (L, 1); - printf("Deallocating path: %p\n", (void *) path); path->~path_type(); return 0; } |