Yuvipanda has submitted this change and it was merged.
Change subject: Remove random debugging statement
......................................................................
Remove random debugging statement
Change-Id: I61fc0f10f13caa75993f89bf5ce19cfcc9cc6faf
---
M src/github-receiver.py
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Yuvipanda: Verified; Looks good to me, approved
diff --git a/src/github-receiver.py b/src/github-receiver.py
index 2905c8d..2319112 100755
--- a/src/github-receiver.py
+++ b/src/github-receiver.py
@@ -37,8 +37,6 @@
red = redis.StrictRedis(host=REDIS_HOST, db=REDIS_DB)
logging.info('Redis connection to %s succeded', REDIS_HOST)
-logging.info('looking for %s', PUBLISH_LUA_PATH)
-
with open(PUBLISH_LUA_PATH) as f:
publish_clients = red.register_script(f.read())
--
To view, visit https://gerrit.wikimedia.org/r/78492
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I61fc0f10f13caa75993f89bf5ce19cfcc9cc6faf
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/gerrit-to-redis
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits