diff --git a/templates/lib_template.go b/templates/lib_template.go index d01e537..29920e6 100644 --- a/templates/lib_template.go +++ b/templates/lib_template.go @@ -189,7 +189,6 @@ func _startCwtch(appDir string, torPath string) { log.Infof("libcwtch-go application launched") application.GetPrimaryBus().Publish(event.NewEvent(settings.CwtchStarted, map[event.Field]string{})) application.QueryACNVersion() - application.LoadProfiles(app.DefactoPasswordForUnencryptedProfiles) {{EXPERIMENT_REGISTER}}