Removes unused comments.

This commit is contained in:
zonble 2022-01-12 01:17:39 +08:00
parent cbd21cbe1d
commit 56896625e3
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NonModalAlertWindowControlle
func applicationDidFinishLaunching(_ notification: Notification) {
LanguageModelManager.loadDataModels()
LanguageModelManager.loadUserPhrasesModel()
// LTLoadLanguageModel()
// LTLoadUserLanguageModelFile()
if UserDefaults.standard.object(forKey: kCheckUpdateAutomatically) == nil {
UserDefaults.standard.set(true, forKey: kCheckUpdateAutomatically)