Skip to content

Commit

Permalink
remove code:clash call
Browse files Browse the repository at this point in the history
It's more often spammy than helpful.
  • Loading branch information
beerriot committed Aug 10, 2012
1 parent f05a195 commit 9e210a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webmachine_deps.erl
Expand Up @@ -57,7 +57,6 @@ new_siblings(Module) ->
%% of the application for Module are on the code path.
ensure(Module) ->
code:add_paths(new_siblings(Module)),
code:clash(),
ok.

%% @spec ensure() -> ok
Expand Down

0 comments on commit 9e210a1

Please sign in to comment.