mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Removing debugging leftover
This commit is contained in:
parent
ada627a022
commit
bbf41f6658
|
@ -35,7 +35,7 @@ def update():
|
|||
logger.debug(debugMsg)
|
||||
|
||||
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)
|
||||
stdout, stderr = process.communicate()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user