Skip to content

Commit c10fcfe

Browse files
evanjrafiss
authored andcommitted
remove stray debugging code
1 parent 96e73eb commit c10fcfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conn.go

-1
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,5 @@ func (cn *conn) ResetSession(ctx context.Context) error {
20962096
}
20972097

20982098
func (cn *conn) IsValid() bool {
2099-
// panic("TODO IsValid")
21002099
return cn.err.get() == nil
21012100
}

0 commit comments

Comments
 (0)