From 2b67e4b9b35a1a2cfe6dedf4e0773e7ac2281ce6 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 24 May 2023 14:06:09 -0700 Subject: [PATCH] Remove commented out code --- templates/lib_template.go | 1 - 1 file changed, 1 deletion(-) 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...