Skip to content

Commit 507012b

Browse files
committed
Remove debug printouts
1 parent 5f2dd77 commit 507012b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/bec_proper_gen.erl

-2
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,8 @@ config_value('default-branch') -> branch_id();
442442
config_value('public') ->
443443
case os:getenv("BEC_SKIP_PUBLIC") of
444444
Value when is_list(Value) ->
445-
io:format(standard_error, "Skipping PUBLIC", []),
446445
[];
447446
false ->
448-
io:format(standard_error, "Not skipping PUBLIC", []),
449447
bool()
450448
end;
451449
config_value('users') -> ss_permission_users();

0 commit comments

Comments
 (0)