From d901b8f4d8c422e4822c7a56bd579eb40a224dc2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 29 Mar 2011 07:08:34 +0100 Subject: Fix disp to not print command it executes. --- debian/changelog | 6 ++++++ scripts/disp | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6788a69..dc38d36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liw-automation (8.11) squeeze; urgency=low + + * Fix disp to not print command it executes. + + -- Lars Wirzenius Wed, 16 Feb 2011 10:08:41 +0000 + liw-automation (8.10) squeeze; urgency=low * Add asd. diff --git a/scripts/disp b/scripts/disp index 375bada..ee1ca85 100755 --- a/scripts/disp +++ b/scripts/disp @@ -56,7 +56,6 @@ class Disp(cliapp.Application): if m != best: args += ['--output', m, '--same-as', best] - print args self.runcmd(*args) -- cgit v1.2.1