mirror of
https://github.com/correl/rebar.git
synced 2025-04-06 01:04:21 -09: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 ++ "."),
|
TempDir = temp_name(AppName ++ "."),
|
||||||
case file:make_dir(TempDir) of
|
case file:make_dir(TempDir) of
|
||||||
ok ->
|
ok ->
|
||||||
?CONSOLE("TempDir: ~p~n", [TempDir]),
|
|
||||||
TempDir;
|
TempDir;
|
||||||
Error ->
|
Error ->
|
||||||
?ABORT("Failed to create temporary directory: ~p~n",
|
?ABORT("Failed to create temporary directory: ~p~n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue