diff --git a/src/Rest/RestClient.php b/src/Rest/RestClient.php index 5a743aa9..56a84706 100644 --- a/src/Rest/RestClient.php +++ b/src/Rest/RestClient.php @@ -448,9 +448,6 @@ class RestClient implements RestClientInterface { $sobjects = []; // Filter the list by conditions, and assign SF table names as array keys. foreach ($result['sobjects'] as $key => $object) { - if (empty($object['name'])) { - print_r($object); - } if (!empty($conditions)) { foreach ($conditions as $condition => $value) { if ($object[$condition] == $value) {