cloudinit/CloudConfig/cc_timezone.py: remove debug print out
This commit is contained in:
parent
b7a2f70d33
commit
d17c733695
@ -25,7 +25,6 @@ frequency = per_instance
|
|||||||
tz_base = "/usr/share/zoneinfo"
|
tz_base = "/usr/share/zoneinfo"
|
||||||
|
|
||||||
def handle(name,cfg,cloud,log,args):
|
def handle(name,cfg,cloud,log,args):
|
||||||
print args
|
|
||||||
if len(args) != 0:
|
if len(args) != 0:
|
||||||
timezone = args[0]
|
timezone = args[0]
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user