Skip to content

Commit

Permalink
Remove redundant debug output. (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot authored and dafeder committed Jan 30, 2018
1 parent 91e10f4 commit cf64356
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ function dkan_datastore_api_output($data_select, $results, $table, $fields, $res
$return->limit = (int) $limit;
$return->total = (int) $count;
$return->records = $items;
$return->sql = dkan_datastore_api_debug($data_select);
return $help + $success + array('result' => $return);
}

Expand Down

0 comments on commit cf64356

Please sign in to comment.