Remove debug tell/3
This commit is contained in:
parent
8ab103f342
commit
15ab6ca577
@ -647,7 +647,6 @@ update_app_file(Meta) ->
|
|||||||
Store = fun(T, L) -> lists:keystore(element(1, T), 1, L, T) end,
|
Store = fun(T, L) -> lists:keystore(element(1, T), 1, L, T) end,
|
||||||
AppData = lists:foldl(Store, RawAppData, Properties),
|
AppData = lists:foldl(Store, RawAppData, Properties),
|
||||||
AppProfile = {application, AppName, AppData},
|
AppProfile = {application, AppName, AppData},
|
||||||
tell(info, "AppFile: ~p, AppProfile: ~p", [AppFile, AppProfile]),
|
|
||||||
ok = zx_lib:write_terms(AppFile, [AppProfile]),
|
ok = zx_lib:write_terms(AppFile, [AppProfile]),
|
||||||
tell("Writing app file: ~ts", [AppFile]).
|
tell("Writing app file: ~ts", [AppFile]).
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user