aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-03-10 13:13:27 +0100
committerDaniel Gavin <danielgavin5@hotmail.com>2022-03-10 13:13:27 +0100
commit9f1e92e8316ff0db92a3e72d0a21d1e7311171f3 (patch)
treef9d5ae1dee00b791a6e28eeaa51df8927913e721 /src
parentcda0977c2bf2176aa0cf9e0f7030b06ecf568759 (diff)
Remove debug logging
Diffstat (limited to 'src')
-rw-r--r--src/index/indexer.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index/indexer.odin b/src/index/indexer.odin
index 2a3f755..73dc101 100644
--- a/src/index/indexer.odin
+++ b/src/index/indexer.odin
@@ -78,7 +78,6 @@ fuzzy_search :: proc(name: string, pkgs: []string) -> ([]FuzzyResult, bool) {
}
for r in static_results {
- log.error(r.symbol.uri )
if r.symbol.uri in indexer.dynamic_uri_owned {
continue
}