remove a python log statement from userdata.py

This commit is contained in:
Kelven Yang 2010-11-10 14:51:00 -08:00
parent 5b2da9987e
commit 4e7870aea1

View File

@ -30,7 +30,6 @@ def vm_data(args):
cmd.append("-d")
cmd.append(tmp_path)
except:
util.SMlog(" vmdata failed to write tempfile " )
os.close(fd)
os.remove(tmp_path)
return ''