Skip to content

Commit 7f90ad7

Browse files
removed a debugging print_r
1 parent 9bbe851 commit 7f90ad7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SoftLayer/SoapClient.class.php

-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function __call($functionName, $arguments = null)
204204

205205
try {
206206
$result = parent::__call($functionName, $arguments, null, $this->_headers, null);
207-
// print_r($this->_headers);
208207
} catch (SoapFault $e) {
209208
throw new Exception('There was an error querying the SoftLayer API: ' . $e->getMessage());
210209
}

0 commit comments

Comments
 (0)