Removing debugging leftover

This commit is contained in:
Miroslav Stampar 2012-07-03 16:50:05 +02:00
parent ada627a022
commit bbf41f6658

View File

@ -35,7 +35,7 @@ def update():
logger.debug(debugMsg) logger.debug(debugMsg)
dataToStdout("\r[%s] [INFO] update in progress " % time.strftime("%X")) dataToStdout("\r[%s] [INFO] update in progress " % time.strftime("%X"))
process = execute("gita pull %s" % rootDir, shell=True, stdout=PIPE, stderr=PIPE) process = execute("git pull %s" % rootDir, shell=True, stdout=PIPE, stderr=PIPE)
pollProcess(process, True) pollProcess(process, True)
stdout, stderr = process.communicate() stdout, stderr = process.communicate()