Explorar o código

remove debug panic

Chris Bannister %!s(int64=10) %!d(string=hai) anos
pai
achega
90ee44e8eb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      conn.go

+ 0 - 1
conn.go

@@ -518,7 +518,6 @@ func (c *Conn) executeQuery(qry *Query) *Iter {
 			return c.executeQuery(qry)
 		}
 		stmtsLRU.Unlock()
-		panic(x)
 		return &Iter{err: x}
 	case error:
 		return &Iter{err: x}