1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-26 22:56:15 +01:00

remove a debug print statement

This commit is contained in:
Dr. Peter Poeml 2006-05-23 14:05:07 +00:00
parent f0c9a1c3f4
commit e54577ceba

View File

@ -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':