Skip to content
Snippets Groups Projects
Commit e5344b61 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

suppress debug print

parent 74e5c1da
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ if __name__ == '__main__':
args = docopt(__doc__, version=get_version(), options_first=True)
CURRENT_PATH = Path(__file__).parent.abspath()
print("SHAMAN ROCKS")
# find common path
mg_data = [Path(p).abspath() for p in args['-m']]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment