that's a bad log
This commit is contained in:
parent
fbe47a0895
commit
0192c82046
1 changed files with 0 additions and 1 deletions
1
fun.go
1
fun.go
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue