Commit df72c84
committed
fix(logging[util]): remove redundant exc_info from pane lookup reraise
why: The raise...from e chain on the next lines already preserves the
exception traceback; logging it too is redundant per project standards.
what:
- Remove exc_info=True from pane lookup debug log before reraise1 parent 689b5bc commit df72c84
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
| |||
0 commit comments