Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Oct 28, 2019
1 parent 9af7726 commit 3b2eaa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ class Mask():
"""
def __init__(self, arguments):
logger.debug("Initializing %s: (arguments: %s", self.__class__.__name__, arguments)
print(type(arguments))
exit(0)
set_system_verbosity(arguments.loglevel)
self._update_type = arguments.processing
self._input_is_faces = arguments.input_type == "faces"
Expand Down

0 comments on commit 3b2eaa5

Please sign in to comment.