diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-14 07:00:13 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-14 07:00:13 +0100 |
commit | 8579ea776570bdf5b35caab3666f33dcb434f5c4 (patch) | |
tree | bd8a4df95390417e604356c14ebabe9743ef3c30 | |
parent | 663a88df87d0ba8ab4bec598e18ef93aef619d58 (diff) |
removed errant breakpoint
-rw-r--r-- | datamaps/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/datamaps/main.py b/datamaps/main.py index 3e835b3..7328a3e 100644 --- a/datamaps/main.py +++ b/datamaps/main.py @@ -145,7 +145,6 @@ def master(master): try: engine_cli.write_master_to_templates(blank, datamap, master) except (FileNotFoundError, RuntimeError) as e: - breakpoint() logger.critical(str(e)) sys.exit(1) be_logger.info("Export complete.") |