Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Feb 6, 2025
1 parent 00b1e54 commit e4690b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions finders/dbfinder/admincache.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package dbfinder

import (
"context"
"fmt"

sq "github.com/Masterminds/squirrel"
"github.com/twpayne/go-geom"
Expand Down Expand Up @@ -84,7 +83,6 @@ func (c *adminCache) loadAdmins(ctx context.Context, dbx sqlx.Ext) error {

func (c *adminCache) Check(pt tlxy.Point) (adminCacheItem, bool) {
feat, ok := c.index.NearestFeature(pt)
fmt.Println("FEAT:", feat, "ok:", ok)
if ok == 0 {
return adminCacheItem{}, false
}
Expand Down

0 comments on commit e4690b7

Please sign in to comment.