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 eee9012 commit b552222Copy full SHA for b552222
includes/Actions/Salesforce/RecordApiHelper.php
@@ -42,7 +42,6 @@ public function generateReqDataFromFieldMap($data, $fieldMap)
42
: $data[$triggerValue]
43
);
44
}
45
- error_log('Salesforce Final Data: ' . print_r($dataFinal, true));
46
47
return $dataFinal;
48
0 commit comments