diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:43:40 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:43:40 +0100 |
commit | 03297bc740940834fbc354278ec2802c44d794ee (patch) | |
tree | f046acca8435a2e17b3bd57871783f2b56cf3b0e | |
parent | 0d99ca5e68548674fd61860bea7b8f7d6b2d420e (diff) | |
download | mgarepo-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.py | 2 |
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) |