From 260cc1dc955e1e391474c49e149bf5e49fda1cf2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Aug 18 2017 20:28:53 +0000 Subject: Remove unwanted print statement. --- diff --git a/sync2jira/downstream.py b/sync2jira/downstream.py index 07713e6..cf9541c 100644 --- a/sync2jira/downstream.py +++ b/sync2jira/downstream.py @@ -37,7 +37,6 @@ def _matching_jira_issue_query(issue, config, free=False): remote_link_title, issue.url) if free: query += ' and status not in (Done, Dropped)' - print query results = client.search_issues(query) log.debug("Found %i results for query %r" % (len(results), query)) return results