Remove debug statement.

Sat, 20 Dec 2008 11:17:37 +0000

author
nrich@ii.net
date
Sat, 20 Dec 2008 11:17:37 +0000
changeset 24
abb9499bef51
parent 23
a4825c3e65e9
child 25
2cc3feba9277

Remove debug statement.

dbd/db2/connection.c file | annotate | diff | comparison | revisions
--- 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