mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Remove debug log
This commit is contained in:
parent
e65455b6ef
commit
d7037165fd
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ make_temp_dir(AppName) ->
|
|||
TempDir = temp_name(AppName ++ "."),
|
||||
case file:make_dir(TempDir) of
|
||||
ok ->
|
||||
?CONSOLE("TempDir: ~p~n", [TempDir]),
|
||||
TempDir;
|
||||
Error ->
|
||||
?ABORT("Failed to create temporary directory: ~p~n",
|
||||
|
|
Loading…
Reference in a new issue