changeset 7196:c0cfcf334ba7

tests: mute verbose "anonymous access is now" printing
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 11 Mar 2018 17:33:01 +0100
parents 335241410ee6
children 47c8221a6169
files kallithea/tests/other/test_vcs_operations.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/other/test_vcs_operations.py	Mon Mar 05 21:13:20 2018 +0100
+++ b/kallithea/tests/other/test_vcs_operations.py	Sun Mar 11 17:33:01 2018 +0100
@@ -149,7 +149,6 @@
     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')