mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
remove a python log statement from userdata.py
This commit is contained in:
parent
5b2da9987e
commit
4e7870aea1
@ -30,7 +30,6 @@ def vm_data(args):
|
|||||||
cmd.append("-d")
|
cmd.append("-d")
|
||||||
cmd.append(tmp_path)
|
cmd.append(tmp_path)
|
||||||
except:
|
except:
|
||||||
util.SMlog(" vmdata failed to write tempfile " )
|
|
||||||
os.close(fd)
|
os.close(fd)
|
||||||
os.remove(tmp_path)
|
os.remove(tmp_path)
|
||||||
return ''
|
return ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user