We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8525b5b commit 57ecac6Copy full SHA for 57ecac6
includes/Actions/Line/RecordApiHelper.php
@@ -23,7 +23,6 @@ public function __construct($apiEndPoint, $accessToken, $integrationID)
23
24
public function execute($integrationDetails, $fieldValues)
25
{
26
- error_log(print_r($integrationDetails, true));
27
$messages = $this->buildMessages($integrationDetails, $fieldValues);
28
29
if (empty($messages)) {
0 commit comments