From e54577ceba123abe452ae03fa9eb6a4b72820ebc Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Tue, 23 May 2006 14:05:07 +0000 Subject: [PATCH] remove a debug print statement --- osc/commandline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 91908c00..87baadda 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -334,7 +334,6 @@ usage: up state = p.status(filename) if state == 'M' and filename in saved_modifiedfiles: - print 'merging' status_after_merge = p.mergefile(filename) print statfrmt(status_after_merge, filename) elif state == 'M':