Skip to content

Commit 340d858

Browse files
committed
Delete output code for debugging.
1 parent 7d83477 commit 340d858

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

actions/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ def run(self, action, **kwargs):
1818
except JIRAError as e:
1919
return (False, str(e))
2020
except AttributeError as e:
21-
return (False, 'Action "%s" is not implemented.\n%s'
22-
% (action, str(e)))
21+
return (False, 'Action "%s" is not implemented' % action)
2322

2423
def transition_name_to_id(self, issue, transition_name):
2524
transitions = self._client.transitions(issue)

0 commit comments

Comments
 (0)