Removed accidental duplication of debug output
This commit is contained in:
@@ -684,7 +684,6 @@ create_port_cmd(Dbase) ->
|
|||||||
atom_to_list(?DRIVER_NAME) ++ " " ++ Dbase.
|
atom_to_list(?DRIVER_NAME) ++ " " ++ Dbase.
|
||||||
|
|
||||||
do_handle_call_sql_exec(SQL, State) ->
|
do_handle_call_sql_exec(SQL, State) ->
|
||||||
?dbg("SQL: ~s~n", [SQL]),
|
|
||||||
Reply = do_sql_exec(SQL, State),
|
Reply = do_sql_exec(SQL, State),
|
||||||
{reply, Reply, State}.
|
{reply, Reply, State}.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user