# HG changeset patch # User Marcin Kuzminski # Date 2011-02-08 22:23:14 # Node ID 6faef09309e0ff8c422643b0e14a7f33bd753130 # Parent 02246101c8467ec35e94d47724a393b297623829 removed print diff --git a/rhodecode/lib/utils.py b/rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py +++ b/rhodecode/lib/utils.py @@ -606,7 +606,6 @@ class BasePasterCommand(Command): :param log: logging instance, to use to additionally log this message """ - print msg if log and isinstance(log, logging): log(msg)