From 56896625e3d6bbeb36e61fc25df02d6be03b9216 Mon Sep 17 00:00:00 2001 From: zonble Date: Wed, 12 Jan 2022 01:17:39 +0800 Subject: [PATCH] Removes unused comments. --- Source/AppDelegate.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/AppDelegate.swift b/Source/AppDelegate.swift index 794e1fe7..94e553ec 100644 --- a/Source/AppDelegate.swift +++ b/Source/AppDelegate.swift @@ -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)