Skip to content

Commit ec66ff3

Browse files
committed
Drop debug print
1 parent 38bd72f commit ec66ff3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

srrdb/srrdb.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ func Search(query string) (SearchResponse, error) {
8787
}
8888
var srrDBResponse SearchResponse
8989

90-
fmt.Println(string(bytes))
91-
9290
err = json.Unmarshal(bytes, &srrDBResponse)
9391
return srrDBResponse, err
9492
}

0 commit comments

Comments
 (0)