From 0b66b8f4e0d3feaabbd796e1edadda60a16e2866 Mon Sep 17 00:00:00 2001 From: Powell Quiring Date: Fri, 18 Nov 2022 13:17:39 -0800 Subject: [PATCH] react to db2 fixes --- backend/ghstats.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/ghstats.py b/backend/ghstats.py index 1227b0a..08673a2 100644 --- a/backend/ghstats.py +++ b/backend/ghstats.py @@ -777,12 +777,10 @@ def collectStats(): res=collectStatistics(logPrefix='collectStats') return render_template('collect.html',repoCount=res["repoCount"]) -print('pfq01') # Ping subscription in Code Engine # Check for secret token @app.route('/collectStats', methods=['POST', 'GET']) def eventCollectStats(): - print('pfq01 /collectStatists') mydata=request.json if mydata['token']==EVENT_TOKEN: res=collectStatistics(logPrefix='CEping')