remove debug prints
This commit is contained in:
parent
0b432cd88a
commit
288a8382a1
1 changed files with 0 additions and 2 deletions
2
atmos.py
2
atmos.py
|
|
@ -14,8 +14,6 @@ def main(argv):
|
||||||
|
|
||||||
def determine_actions(args, params):
|
def determine_actions(args, params):
|
||||||
if (is_git_directory()) and not (args.m):
|
if (is_git_directory()) and not (args.m):
|
||||||
print(args.m)
|
|
||||||
print(is_git_directory())
|
|
||||||
workspace_manager()
|
workspace_manager()
|
||||||
|
|
||||||
workspace = get_env()
|
workspace = get_env()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue