diff --git a/conn.go b/conn.go index 1f7ebc65..94f659c0 100644 --- a/conn.go +++ b/conn.go @@ -2096,6 +2096,5 @@ func (cn *conn) ResetSession(ctx context.Context) error { } func (cn *conn) IsValid() bool { - // panic("TODO IsValid") return cn.err.get() == nil }