From c10fcfec9389c2e257cf50b7e6d218dde1d062f4 Mon Sep 17 00:00:00 2001 From: Evan Jones Date: Sun, 29 Jan 2023 13:16:30 -0500 Subject: [PATCH] remove stray debugging code --- conn.go | 1 - 1 file changed, 1 deletion(-) 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 }