From 6918ab1f4170b8e8bc1971a014c0286850301e7e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 13 Sep 2021 10:12:33 +0000 Subject: [PATCH] updated etc/post-commit.in --- codepot/etc/post-commit.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codepot/etc/post-commit.in b/codepot/etc/post-commit.in index 85837fe9..81faea38 100644 --- a/codepot/etc/post-commit.in +++ b/codepot/etc/post-commit.in @@ -475,11 +475,11 @@ sub trigger_webhooks my $res = $ua->get($webhook); if ($res->is_success) { - print "$res->decoded_content\n"; + ##print "$res->decoded_content\n"; } else { - print "$res->status_line\n"; + ##print "$res->status_line\n"; } } }