mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove debug print
This commit is contained in:
parent
9e3914aa4c
commit
39378909c0
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ class TestEventReturn(AdaptedConfigurationTestCaseMixin, ScriptPathMixin, TestCa
|
|||
if _err:
|
||||
err += _err
|
||||
|
||||
print(1, repr(out))
|
||||
|
||||
if six.b('DeprecationWarning: object() takes no parameters') in out:
|
||||
self.fail('\'DeprecationWarning: object() takes no parameters\' was seen in output')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue