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-draw.cpp | |
parent | 6089a3871d1cf7b4e3148210356043c145568004 (diff) | |
download | gsl-shell-d4ba2e23123520fa9ee32e690465c55291175863.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 4c6ae9d3..d812d7ea 100644 --- a/agg-plot/lua-draw.cpp +++ b/agg-plot/lua-draw.cpp @@ -116,7 +116,6 @@ agg_path_free (lua_State *L) { typedef my::path path_type; path_type *path = check_agg_path (L, 1); - printf("freeing PATH %p\n", (void *) path); path->~path_type(); return 0; } |