From 6bfd033abc204f7c7b9d584070b982146cf5731b Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 18 Jan 2016 21:47:52 +0100 Subject: [PATCH] [debug] Remove debugging traces --- patacrep/tools/cache/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/patacrep/tools/cache/__main__.py b/patacrep/tools/cache/__main__.py index 28bffb43..22bce3fc 100644 --- a/patacrep/tools/cache/__main__.py +++ b/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))