Skip to content

Commit 1764ddd

Browse files
Copilotswissspidy
andcommitted
Fix root cause of hook/callback filtering returning 0 results
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 67d57b7 commit 1764ddd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Logger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public function stop() {
111111
$this->query_offset = null;
112112
$this->cache_hit_offset = null;
113113
$this->cache_miss_offset = null;
114-
$this->query_indices = array();
115114
$key = array_search( $this, self::$active_loggers, true );
116115

117116
if ( false !== $key ) {

0 commit comments

Comments
 (0)