remove debug print

This commit is contained in:
Adrien Beudin 2016-05-30 22:07:32 +02:00
parent d3971b03a6
commit da68a04b61

View File

@ -328,7 +328,6 @@ def main():
).encode("Utf-8")) ).encode("Utf-8"))
if settings["settings"].get("light_mode"): if settings["settings"].get("light_mode"):
print "light mode enable"
if not os.path.exists(os.path.join("build", gallery, "light")): if not os.path.exists(os.path.join("build", gallery, "light")):
os.makedirs(os.path.join("build", gallery, "light")) os.makedirs(os.path.join("build", gallery, "light"))