Commit 095684c
authored
fix: remove duplicate error logging in light node shutdown (#2841)
Removed duplicate error logging statement that used the wrong variable.
The shutdown errors are already properly logged through multiErr
unwrapping,
so the extra line was redundant and could log nil or only the last error
instead of all accumulated shutdown errors.1 parent e7d78cb commit 095684c
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
| |||
0 commit comments