diff --git a/templates/lib_template.go b/templates/lib_template.go index 7f24d70..5cf126d 100644 --- a/templates/lib_template.go +++ b/templates/lib_template.go @@ -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...