Skip to content

Commit 57ecac6

Browse files
chore: remove logs
1 parent 8525b5b commit 57ecac6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/Actions/Line/RecordApiHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function __construct($apiEndPoint, $accessToken, $integrationID)
2323

2424
public function execute($integrationDetails, $fieldValues)
2525
{
26-
error_log(print_r($integrationDetails, true));
2726
$messages = $this->buildMessages($integrationDetails, $fieldValues);
2827

2928
if (empty($messages)) {

0 commit comments

Comments
 (0)