mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[CHG] runbot_merge: log ping instead of printing it
That's an old and completely useless leftover, but I never got around to swapping it. It could be removed entirely or moved to debug as well...
This commit is contained in:
parent
6ada35a200
commit
3bc5b4e3e4
@ -414,7 +414,7 @@ def handle_review(env, event):
|
||||
target=event['pull_request']['base']['ref'])
|
||||
|
||||
def handle_ping(env, event):
|
||||
print("Got ping! {}".format(event['zen']))
|
||||
_logger.info("Got ping! %s", event['zen'])
|
||||
return "pong"
|
||||
|
||||
EVENTS = {
|
||||
|
Loading…
Reference in New Issue
Block a user