Sfoglia il codice sorgente

remove debug panic

Chris Bannister 10 anni fa
parent
commit
90ee44e8eb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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}