changeset 1007:6faef09309e0 beta

removed print
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Feb 2011 22:23:14 +0100
parents 02246101c846
children a9421a8a874f
files rhodecode/lib/utils.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Tue Feb 08 20:41:59 2011 +0100
+++ b/rhodecode/lib/utils.py	Tue Feb 08 22:23:14 2011 +0100
@@ -606,7 +606,6 @@
         :param log: logging instance, to use to additionally log this message
         
         """
-        print msg
         if log and isinstance(log, logging):
             log(msg)