Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Feb 20, 2024
1 parent 16011a0 commit 108688a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -150,7 +150,6 @@ - (void)handleMessage:(Message &&)esMsg
}

if (self->_prefixTree->HasPrefix(targetFile->path.data)) {
NSLog(@"doing drop from prefix tree...");
recordEventMetrics(EventDisposition::kDropped);
return;
}
Expand Down

0 comments on commit 108688a

Please sign in to comment.