1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-06 15:43:39 +02:00

remove forgotten debugging code from last commit

This commit is contained in:
Dr. Peter Poeml
2006-06-26 15:12:40 +00:00
parent 6366ffb72f
commit 3eec9cfefc

View File

@@ -136,13 +136,7 @@ usage: 1. osc updatepacmetafromspec # current dir
for p in pacs:
p.read_meta_from_spec()
#p.update_pac_meta()
print p.name
print '*'*100
print ''.join(p.summary)
print '*'*100
print ''.join(p.descr)
p.update_pac_meta()
def diff(args):