Skip to content

Commit e651d3e

Browse files
author
Bill Prin
committed
Fix messup
1 parent 4206d2d commit e651d3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

system_tests/monitoring.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,15 @@
2929
retry_500 = RetryErrors(InternalServerError)
3030
retry_503 = RetryErrors(ServiceUnavailable)
3131

32-
3332
def _has_timeseries(result):
3433
"""Return True if a time series query has non-empty results."""
3534
return len(list(result)) > 0
3635

3736
UNKNOWN_METRIC_ERROR = ('The provided filter doesn\'t refer to any known '
3837
'metric.')
3938

40-
4139
def _unknown_metric(result):
4240
"""Return True if the error describes writing to an unknown metric.."""
43-
import sys
44-
sys.stderr.write("WOW %s " % result.args)
4541
return UNKNOWN_METRIC_ERROR in result.message
4642

4743

0 commit comments

Comments
 (0)