Removed accidental duplication of debug output

This commit is contained in:
Alexey Romanov
2010-10-22 10:38:31 +04:00
parent 8ae641e4e5
commit 7ca03405b7

View File

@@ -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}.