Skip to content

Commit 1f7948a

Browse files
queriagerritforge-ltd
authored andcommitted
workaround plugin: drop debug lines
seems there were two forgotten debug lines in code of the plugin, there is no use for them Change-Id: I6684b58fe15c44a5071a3db0ae15c8448710f55d
1 parent 9586f92 commit 1f7948a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/filters/workaround.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from ansible import utils
22

3-
print('Imported workaround filter')
4-
53

64
def workaround_enabled(workarounds, *bugs, **kw):
75
if not isinstance(workarounds, dict):
@@ -17,7 +15,6 @@ def workaround_enabled(workarounds, *bugs, **kw):
1715
class FilterModule(object):
1816

1917
def filters(self):
20-
print('Loading workaround filter')
2118
return {
2219
'bug': workaround_enabled,
2320
}

0 commit comments

Comments
 (0)