Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Mar 8, 2024
1 parent c2d1370 commit fedccec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libwallet/assets_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ func NewAssetsManager(rootDir, logDir string, netType utils.NetworkType, dexTest
return nil, err
}

// Attempt to set the log levels if a valid db interface was found.
// if mgr.IsAssetManagerDB() {
// mgr.GetLogLevels()
// }

mgr.listenForShutdown()

return mgr, nil
Expand Down

0 comments on commit fedccec

Please sign in to comment.