Remove commented out code
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2023-05-24 14:06:09 -07:00
parent 6f427d282b
commit 2b67e4b9b3
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ func _startCwtch(appDir string, torPath string) {
settingsFile := app.LoadAppSettings(appDir)
// start with an Error ACN
globalACN = connectivity.NewProxyACN(&connectivity.ErrorACN{})
// settingsFile.WriteGlobalSettings(globalSettings)
application = app.NewApp(&globalACN, appDir, settingsFile)
// Subscribe to all App Events...