that's a bad log

This commit is contained in:
Ted Unangst 2019-08-16 00:18:12 -04:00
parent fbe47a0895
commit 0192c82046
1 changed files with 0 additions and 1 deletions

1
fun.go
View File

@ -395,7 +395,6 @@ func handles(xid string) (string, string) {
}
func findhandle(xid string) string {
log.Printf("finding")
row := stmtGetXonker.QueryRow(xid, "handle")
var handle string
err := row.Scan(&handle)