mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-04 06:33:38 +02:00
remove a debug print statement
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user