diff options
author | Brian Cully <bjc@kublai.com> | 2012-02-09 17:12:46 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2012-02-09 17:12:46 -0500 |
commit | 614810fb64174b80ab90214562305ea6f8cf5a85 (patch) | |
tree | 3ff1867351d3c3023e77c40fa87707746939957d /test | |
parent | 1e449d947935f35d2eef219893d3b574732186e6 (diff) | |
download | mysqlerl-614810fb64174b80ab90214562305ea6f8cf5a85.tar.gz mysqlerl-614810fb64174b80ab90214562305ea6f8cf5a85.zip |
Remove debugging satement in mysqlerl_SUITE.
Diffstat (limited to 'test')
-rw-r--r-- | test/mysqlerl_SUITE.erl | 1 |
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. |