1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00

Removed debug print options.

This commit is contained in:
Pelle Nilsson 2013-06-29 22:15:15 +02:00
parent 2ce0cd6f6d
commit 600728e793

View file

@ -207,7 +207,6 @@ if __name__ == '__main__':
templatedirs.insert(-2, t)
if args.optionsdirs:
for o in args.optionsdirs:
print os.path.join(optionsbasedir, o)
templatedirs.insert(-2, os.path.join(optionsbasedir, o))
format_gamebook(args.inputfiles,
args.outputfile,