Remove auto loadProfiles with default password from StartCwtch. Leave for apps to do #44

Merged
dan merged 1 commits from rmAutoloadDef into main 2023-09-24 17:10:27 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -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}}