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

remove debug print of tempfile name

This commit is contained in:
Dr. Peter Poeml
2007-04-18 00:23:49 +00:00
parent 043850aee3
commit 36359996f0

View File

@@ -43,7 +43,6 @@ class Buildinfo:
def __init__(self, filename):
print filename
try:
tree = ET.parse(filename)
except: