From 8812e9cb0de06ae9aeceabba980a1d561b71e6f1 Mon Sep 17 00:00:00 2001 From: Martin Moss Date: Tue, 17 Sep 2024 11:47:14 +0100 Subject: [PATCH] Add/Remove Debug or minor tweak --- gitfeatures/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gitfeatures/core.py b/gitfeatures/core.py index 63f3578..ea1b82d 100644 --- a/gitfeatures/core.py +++ b/gitfeatures/core.py @@ -242,7 +242,6 @@ def _get_branches(branch_type): def run(prefix, args): - print(prefix, args, require_ticket_id) if len(args) and args[0].lower() == "new": allowed_branch_types = ["releasecandidate", "stable", "release", "hotfix"] if prefix in allowed_branch_types: