We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05188d commit 6e44ceeCopy full SHA for 6e44cee
1 file changed
server/services/search.php
@@ -113,7 +113,7 @@ function search($service, $dirty_query
113
114
if($retrieve_cached_map) {
115
$last_version = $persistence->getLastVersion($unique_id, false, false);
116
- error_log("search.php: last_version call returned " . print_r($last_version, true));
+ // error_log("search.php: last_version call returned " . print_r($last_version, true));
117
// check if last_version call has httpcode, this is not always the case for return values
118
// then check if success-status of last_version call is false
119
if (is_array($last_version) && is_array(($last_version[0]))) {
0 commit comments