Skip to content

Commit c0a0b43

Browse files
committed
removed debug lines
1 parent 36b7774 commit c0a0b43

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/metrics/server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,6 @@ def main():
285285
old_time = time.time()
286286
active_job_gauge.update(conn)
287287
rsc_gauge.update(conn)
288-
all_job_gauge.update(conn)
289-
new_time = time.time()
290-
print(new_time - old_time)
291288
except psycopg2.OperationalError:
292289
# the db connection closed unexpectedly
293290
conn = connect_db()

0 commit comments

Comments
 (0)