Fix #5617 - issue with create ticket not emptying fields
[gitlive] / GitMonitorQueue.vala
index 15683df..00ab465 100644 (file)
@@ -44,9 +44,7 @@ public class GitMonitorQueue : MonitorNamePathDir {
                        this.repo = GitRepo.get(this.gitpath);
                        
                        // trigger the suggestion to start a new branch
-                       if (!this.shouldIgnore() && !this.repo.is_wip_branch()) {
-                               NewBranch.singleton().show(this.repo);
-                       }
+                       
                }