race fixes
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2022-12-03 10:28:20 -08:00
parent 2a877ff408
commit 5658e9aa9f
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ func (app *application) shutdownPeer(onion string) {
if ok {
plugins := pluginsI.([]plugins.Plugin)
for _, plugin := range plugins {
log.Debugf("shutting down plugin: %v", plugin)
plugin.Shutdown()
}
}