Skip to content

Commit

Permalink
[Closes inaka/elvis#326] Remove calls to io:format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Jan 14, 2016
1 parent ab5de60 commit 0f41d66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ verify_no_spec_with_records(_Config) ->

PathFail = "fail_no_spec_with_records.erl",
{ok, FileFail} = elvis_test_utils:find_file(SrcDirs, PathFail),
io:format(user, "FileFail: ~p~n", [FileFail]),
io:format(user, "pwd: ~p~n", [os:cmd("pwd")]),
[_, _, _] = elvis_style:no_spec_with_records(ElvisConfig, FileFail, #{}),

PathPass = "pass_no_spec_with_records.erl",
Expand Down

0 comments on commit 0f41d66

Please sign in to comment.