# HG changeset patch # User Marcin Kuzminski # Date 1297200194 -3600 # Node ID 6faef09309e0ff8c422643b0e14a7f33bd753130 # Parent 02246101c8467ec35e94d47724a393b297623829 removed print diff -r 02246101c846 -r 6faef09309e0 rhodecode/lib/utils.py --- 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)