Skip to content

Commit

Permalink
remove stray debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
evanj authored and rafiss committed Apr 14, 2023
1 parent 96e73eb commit c10fcfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit c10fcfe

Please sign in to comment.