aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-02-16 22:43:40 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-02-16 22:43:40 +0100
commit03297bc740940834fbc354278ec2802c44d794ee (patch)
treef046acca8435a2e17b3bd57871783f2b56cf3b0e
parent0d99ca5e68548674fd61860bea7b8f7d6b2d420e (diff)
downloadmgarepo-03297bc740940834fbc354278ec2802c44d794ee.tar
mgarepo-03297bc740940834fbc354278ec2802c44d794ee.tar.gz
mgarepo-03297bc740940834fbc354278ec2802c44d794ee.tar.bz2
mgarepo-03297bc740940834fbc354278ec2802c44d794ee.tar.xz
mgarepo-03297bc740940834fbc354278ec2802c44d794ee.zip
delete debug commands
-rw-r--r--MgaRepo/svn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/MgaRepo/svn.py b/MgaRepo/svn.py
index cbc4c8d..83f2498 100644
--- a/MgaRepo/svn.py
+++ b/MgaRepo/svn.py
@@ -388,8 +388,6 @@ class SVN:
cmd = ["mv", path, dest, ]
if message:
cmd.append("-m '%s'"%message)
- print(cmd)
- sys.exit()
self._add_log(cmd, kwargs)
return self._execsvn_success(*cmd, **kwargs)