From 7ca03405b79306016f610b2431ae02868be12c4c Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Fri, 22 Oct 2010 10:38:31 +0400 Subject: [PATCH] Removed accidental duplication of debug output --- src/sqlite3.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sqlite3.erl b/src/sqlite3.erl index 23caf55..ebbfa4f 100644 --- a/src/sqlite3.erl +++ b/src/sqlite3.erl @@ -684,7 +684,6 @@ create_port_cmd(Dbase) -> atom_to_list(?DRIVER_NAME) ++ " " ++ Dbase. do_handle_call_sql_exec(SQL, State) -> - ?dbg("SQL: ~s~n", [SQL]), Reply = do_sql_exec(SQL, State), {reply, Reply, State}.