Browse Source

[debug] Remove debugging traces

pull/189/head
Louis 9 years ago
parent
commit
6bfd033abc
  1. 2
      patacrep/tools/cache/__main__.py

2
patacrep/tools/cache/__main__.py

@ -64,8 +64,6 @@ def main(args):
"""Main function: run from command line."""
options = commandline_parser().parse_args(args[1:])
try:
print(80*"#")
print(options.command, type(options.command))
options.command(options)
except errors.SongbookError as error:
LOGGER.error(str(error))

Loading…
Cancel
Save