Explorar el Código

remove debug panic

Chris Bannister hace 10 años
padre
commit
90ee44e8eb
Se han modificado 1 ficheros con 0 adiciones y 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}