Changeset - 6faef09309e0
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-02-08 22:23:14
marcin@python-works.com
removed print
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/utils.py
Show inline comments
 
@@ -603,13 +603,12 @@ class BasePasterCommand(Command):
 
        it logs this action using given logger
 
        
 
        :param msg: message that will be printed to user
 
        :param log: logging instance, to use to additionally log this message
 
        
 
        """
 
        print msg
 
        if log and isinstance(log, logging):
 
            log(msg)
 

	
 

	
 
    def run(self, args):
 
        """
0 comments (0 inline, 0 general)