Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78492


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/gerrit-to-redis 
refs/changes/92/78492/1

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: newchange
Gerrit-Change-Id: I61fc0f10f13caa75993f89bf5ce19cfcc9cc6faf
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/gerrit-to-redis
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to