dbd/db2/connection.c

changeset 24
abb9499bef51
parent 23
a4825c3e65e9
child 26
cf847efefdb5
--- 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);
 

mercurial