Bläddra i källkod

Merge pull request #1737 from ferd/remove-debug-noise

Remove noisy debug message
pull/1739/head
Fred Hebert 7 år sedan
committed by GitHub
förälder
incheckning
827056301a
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. +0
    -2
      src/rebar_app_discover.erl

+ 0
- 2
src/rebar_app_discover.erl Visa fil

@ -334,8 +334,6 @@ create_app_info(AppInfo, AppDir, AppFile) ->
C = rebar_config:consult(AppDir),
AppInfo3 = rebar_app_info:update_opts(AppInfo2,
rebar_app_info:opts(AppInfo2), C),
?DEBUG("create_app_info(~p, ~p, ~p) -> ~n~p~n",
[AppInfo, AppDir, AppFile, AppInfo3]),
Valid = case rebar_app_utils:validate_application_info(AppInfo3) =:= true
andalso rebar_app_info:has_all_artifacts(AppInfo3) =:= true of
true ->

Laddar…
Avbryt
Spara