Removes unused comments.
This commit is contained in:
parent
cbd21cbe1d
commit
56896625e3
|
@ -53,8 +53,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NonModalAlertWindowControlle
|
||||||
func applicationDidFinishLaunching(_ notification: Notification) {
|
func applicationDidFinishLaunching(_ notification: Notification) {
|
||||||
LanguageModelManager.loadDataModels()
|
LanguageModelManager.loadDataModels()
|
||||||
LanguageModelManager.loadUserPhrasesModel()
|
LanguageModelManager.loadUserPhrasesModel()
|
||||||
// LTLoadLanguageModel()
|
|
||||||
// LTLoadUserLanguageModelFile()
|
|
||||||
|
|
||||||
if UserDefaults.standard.object(forKey: kCheckUpdateAutomatically) == nil {
|
if UserDefaults.standard.object(forKey: kCheckUpdateAutomatically) == nil {
|
||||||
UserDefaults.standard.set(true, forKey: kCheckUpdateAutomatically)
|
UserDefaults.standard.set(true, forKey: kCheckUpdateAutomatically)
|
||||||
|
|
Loading…
Reference in New Issue