aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/mysqlerl_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mysqlerl_SUITE.erl b/test/mysqlerl_SUITE.erl
index 68bd8d6..2432b37 100644
--- a/test/mysqlerl_SUITE.erl
+++ b/test/mysqlerl_SUITE.erl
@@ -182,7 +182,6 @@ all() ->
%% @end
%%--------------------------------------------------------------------
describe_table(Config) ->
- io:format("describe_table ~p", [Config]),
{ok, Description} = mysqlerl:describe_table(?config(db_ref, Config),
"user"),
[{"username", {sql_varchar, 20}}, {"password", {sql_varchar, 64}}] = Description.