You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:31:21 UTC

[27/50] meck commit: updated refs/heads/master to dde7590

Remove printout


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/7656032f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/7656032f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/7656032f

Branch: refs/heads/master
Commit: 7656032f9fb8b556043afa0d4b272be10e95f3da
Parents: c6bcda6
Author: Adam Lindberg <he...@alind.io>
Authored: Fri Mar 14 14:41:19 2014 +0100
Committer: Adam Lindberg <he...@alind.io>
Committed: Fri Mar 14 14:41:19 2014 +0100

----------------------------------------------------------------------
 test/meck_tests.erl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/7656032f/test/meck_tests.erl
----------------------------------------------------------------------
diff --git a/test/meck_tests.erl b/test/meck_tests.erl
index 4168a6c..4761603 100644
--- a/test/meck_tests.erl
+++ b/test/meck_tests.erl
@@ -1003,7 +1003,6 @@ cover_options_fail_({_OldPath, Src, Module}) ->
     {ok, _} = compile:file(Src, CompilerOptions),
     ?assertEqual(CompilerOptions, meck_code:compile_options(Module)),
     {ok, _} = cover:compile_beam(Module),
-    io:format(user, "Copts: ~p~n", [?copts]),
     ?assertEqual(?copts, meck_code:compile_options(Module)),
     a      = Module:a(),
     b      = Module:b(),