We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81aadf2 commit effffdaCopy full SHA for effffda
Academe/SugarRestApi/Model/Module.php
@@ -45,9 +45,6 @@ protected function fetchFields()
45
// Get the module fields from the CRM.
46
$data = $this->api->getModuleFields($this->module);
47
48
- //$this->api->nameValuesToKeyValues($data);
49
- echo "<pre>"; var_dump($data); die(); echo "</pre>";
50
-
51
// If the fetch has worked, we will have an array of fields and links.
52
if (is_array($data)) {
53
if (isset($data['module_fields'])) {
0 commit comments