Skip to content

Commit

Permalink
HELP-31594_master: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Aug 22, 2017
1 parent bed724b commit 5eb55a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions applications/stepswitch/test/stepswitch_resources_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ local_resources_test_() ->
false -> ?_assert(l(Id) =:= maps:with(maps:keys(l(Id)), maps:from_list(Props)))
end
|| Id <- Ids,
ok =:= io:format(user, "\n\nId ~p\n", [Id]),
Props <- [stepswitch_resources:get_props(Id, ?ACCOUNT_ID)],
ok =:= io:format(user, "oui\n", [])
Props <- [stepswitch_resources:get_props(Id, ?ACCOUNT_ID)]
].


Expand Down

0 comments on commit 5eb55a9

Please sign in to comment.