Skip to content

Commit 677b0ae

Browse files
committed
Remove print statements from test failure handlers
1 parent 7e89734 commit 677b0ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

posthog/test/test_feature_flag_result.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def tearDownClass(cls):
195195

196196
def set_fail(self, e, batch):
197197
"""Mark the failure handler"""
198-
print("FAIL", e, batch) # noqa: T201
199198
self.failed = True
200199

201200
def setUp(self):
@@ -722,7 +721,6 @@ class TestFeatureFlagErrorWithStaleCacheFallback(unittest.TestCase):
722721

723722
def set_fail(self, e, batch):
724723
"""Mark the failure handler"""
725-
print("FAIL", e, batch) # noqa: T201
726724
self.failed = True
727725

728726
def setUp(self):

0 commit comments

Comments
 (0)