Remove debug tell/3

This commit is contained in:
Craig Everett 2020-07-02 12:40:45 +09:00
parent 8ab103f342
commit 15ab6ca577

View File

@ -647,7 +647,6 @@ update_app_file(Meta) ->
Store = fun(T, L) -> lists:keystore(element(1, T), 1, L, T) end,
AppData = lists:foldl(Store, RawAppData, Properties),
AppProfile = {application, AppName, AppData},
tell(info, "AppFile: ~p, AppProfile: ~p", [AppFile, AppProfile]),
ok = zx_lib:write_terms(AppFile, [AppProfile]),
tell("Writing app file: ~ts", [AppFile]).