# HG changeset patch # User nrich@ii.net # Date 1229771857 0 # Node ID abb9499bef517f21525449c34e5c3994b6282c70 # Parent a4825c3e65e93f60e667347bb97b98d374b41e80 Remove debug statement. diff -r a4825c3e65e9 -r abb9499bef51 dbd/db2/connection.c --- a/dbd/db2/connection.c Sat Dec 20 11:15:15 2008 +0000 +++ b/dbd/db2/connection.c Sat Dec 20 11:17:37 2008 +0000 @@ -223,8 +223,6 @@ * __gc */ static int connection_gc(lua_State *L) { - printf("Freeing connection\n"); - /* always close the connection */ connection_close(L);