Skip to content

Commit 6f18ec8

Browse files
committed
remove debug printing
1 parent 33c9ad8 commit 6f18ec8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/db/postgres/adapter.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"github.com/jmoiron/sqlx"
2525
"github.com/tinode/chat/server/auth"
2626
"github.com/tinode/chat/server/db/common"
27-
"github.com/tinode/chat/server/logs"
2827
"github.com/tinode/chat/server/store"
2928
t "github.com/tinode/chat/server/store/types"
3029
)
@@ -2365,8 +2364,6 @@ func (a *adapter) Find(caller, promoPrefix string, req [][]string, opt []string,
23652364

23662365
query, args = expandQuery(query+"ORDER BY matches DESC LIMIT ?", args, a.maxResults)
23672366

2368-
logs.Info.Printf("Find: %s; %v", query, args)
2369-
23702367
ctx, cancel := a.getContext()
23712368
if cancel != nil {
23722369
defer cancel()

0 commit comments

Comments
 (0)