# HG changeset patch # User Mads Kiilerich # Date 2018-03-11 17:33:01 # Node ID c0cfcf334ba7899dfbcad1f0872373ec7691aab4 # Parent 335241410ee618b67dc93b05e93c650bfa4d0c0e tests: mute verbose "anonymous access is now" printing diff --git a/kallithea/tests/other/test_vcs_operations.py b/kallithea/tests/other/test_vcs_operations.py --- a/kallithea/tests/other/test_vcs_operations.py +++ b/kallithea/tests/other/test_vcs_operations.py @@ -149,7 +149,6 @@ def set_anonymous_access(enable=True): user = User.get_default_user() user.active = enable Session().commit() - print '\tanonymous access is now:', enable if enable != User.get_default_user().active: raise Exception('Cannot set anonymous access')