chiark / gitweb /
Remove a leftover debugging print from adt-virt-chroot.
authorIan Jackson <ian@anarres>
Tue, 7 Feb 2006 17:56:41 +0000 (17:56 +0000)
committerIan Jackson <ian@anarres>
Tue, 7 Feb 2006 17:56:41 +0000 (17:56 +0000)
debian/changelog
virt-chroot/adt-virt-chroot

index 31f4c02f5752c93a5028877771ebf022d621246a..9dd776d911d10d4f28b534c7e5bf08455235f2c6 100644 (file)
@@ -1,3 +1,9 @@
+autodebtest (0.5.3) unstable; urgency=low
+
+  * Remove a leftover debugging print from adt-virt-chroot.
+
+ --
+
 autodebtest (0.5.2) dapper; urgency=low
 
   * New --output-dir option to adt-run.
index 9fdf4f147d8d9cb67360a3b72fc393df76b5d8c7..25da995d57edbae4a7ae87325b8d0b57f692c656 100755 (executable)
@@ -223,7 +223,6 @@ def copyupdown(c, ce, upp):
                        srcstdin = file(sd[isrc], 'r')
                        status = os.fstat(srcstdin.fileno())
                        if status.st_mode & 0111: modestr = ',0777'
-                       print >>sys.stderr, "not upp", "%o" % status.st_mode
                gobody = "      setfd(%s,'%s',%s%s)\n" % (
                                        1-upp, sde[iremote], not upp, modestr)
                gobody += "     os.execvp('cat', ['cat'])\n"