chiark / gitweb /
Remove leftover debug prints
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 17 Feb 2014 14:42:21 +0000 (15:42 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 17 Feb 2014 14:42:21 +0000 (15:42 +0100)
fdroidserver/common.py

index c54a3051ce60cc5d76fb739e5ff2bf1b1caef589..4fc6de6b205c364b1a284ea1f2819d79041fef78 100644 (file)
@@ -1082,8 +1082,6 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
             else:
                 print("Updating subproject %s" % d)
                 cmd = lparms + ['-p', d]
-            print cmd
-            print ' '.join(cmd)
             p = FDroidPopen(cmd, cwd=root_dir)
             # Check to see whether an error was returned without a proper exit
             # code (this is the case for the 'no target set or target invalid'