rm io:format
This commit is contained in:
parent
8900f0561b
commit
7186ba2a21
|
@ -15,6 +15,4 @@ Cond = [{mod_cond, app}, {incl_cond, include}],
|
|||
|
||||
NewSys = lists:append(Sys, [{app, App, Cond} || App <- AppendApps]),
|
||||
|
||||
io:format("~p~n", [NewSys]),
|
||||
|
||||
lists:keyreplace(sys, 1, CONFIG, {sys, NewSys}).
|
||||
|
|
Loading…
Reference in New Issue