summaryrefslogtreecommitdiff
path: root/src/rebar_config.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_config.erl')
-rw-r--r--src/rebar_config.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_config.erl b/src/rebar_config.erl
index b3003d6..7ef2488 100644
--- a/src/rebar_config.erl
+++ b/src/rebar_config.erl
@@ -73,7 +73,6 @@ remove_script_ext(F) ->
try_consult(File) ->
case file:consult(File) of
{ok, Terms} ->
- ?DEBUG("Consult config file ~p~n", [File]),
Terms;
{error, enoent} ->
[];