Skip to content

Commit

Permalink
Remove debug printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperes committed Sep 12, 2024
1 parent 5f2dd77 commit 507012b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/bec_proper_gen.erl
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,8 @@ config_value('default-branch') -> branch_id();
config_value('public') ->
case os:getenv("BEC_SKIP_PUBLIC") of
Value when is_list(Value) ->
io:format(standard_error, "Skipping PUBLIC", []),
[];
false ->
io:format(standard_error, "Not skipping PUBLIC", []),
bool()
end;
config_value('users') -> ss_permission_users();
Expand Down

0 comments on commit 507012b

Please sign in to comment.