Skip to content

Commit

Permalink
Code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
spvickers committed Jan 23, 2021
1 parent 3460089 commit c911ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DataConnector/DataConnector_sqlsrv.php
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,6 @@ public function loadTool($tool)
"FROM {$this->dbTableNamePrefix}" . static::TOOL_TABLE_NAME . ' ' .
'WHERE consumer_key = %s', $this->escape($tool->getKey()));
}
error_log(var_export($sql, true));
$rsTool = $this->executeQuery($sql);
if ($rsTool) {
$row = sqlsrv_fetch_object($rsTool);
Expand Down

0 comments on commit c911ac1

Please sign in to comment.