From 288a8382a1e85b76cb5f9caff443d10bffda15c8 Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Thu, 18 Apr 2019 14:31:50 +0200 Subject: [PATCH] remove debug prints --- atmos.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/atmos.py b/atmos.py index 0788475..82b101f 100755 --- a/atmos.py +++ b/atmos.py @@ -14,8 +14,6 @@ def main(argv): def determine_actions(args, params): if (is_git_directory()) and not (args.m): - print(args.m) - print(is_git_directory()) workspace_manager() workspace = get_env()