Skip to content

Commit d5830b3

Browse files
committed
remove debuggin
1 parent 945284c commit d5830b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http_monitor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Py3status:
1414

1515
def _get_status(self):
1616
try:
17-
self.py3.log(self.service_location)
1817
status = self.py3.request(self.service_location, timeout=self.timeout)
1918
if status.status_code != 200:
2019
return self.status_bad

0 commit comments

Comments
 (0)