Skip to content

Commit effffda

Browse files
committed
Remove debug line.
1 parent 81aadf2 commit effffda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Academe/SugarRestApi/Model/Module.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ protected function fetchFields()
4545
// Get the module fields from the CRM.
4646
$data = $this->api->getModuleFields($this->module);
4747

48-
//$this->api->nameValuesToKeyValues($data);
49-
echo "<pre>"; var_dump($data); die(); echo "</pre>";
50-
5148
// If the fetch has worked, we will have an array of fields and links.
5249
if (is_array($data)) {
5350
if (isset($data['module_fields'])) {

0 commit comments

Comments
 (0)