Skip to content

Commit 93a6846

Browse files
Disable debug echo command
1 parent 487ebcf commit 93a6846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/Webhooks_client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private function call(array $webhook, string $action, array $payload): void
8989
],
9090
]);
9191

92-
echo $response->getBody()->getContents(); // Use this for quick debugging
92+
// echo $response->getBody()->getContents(); // Use this for quick debugging
9393
} catch (Throwable $e) {
9494
log_message(
9595
'error',

0 commit comments

Comments
 (0)