mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-29 00:34:26 +03:00
GH-383 Remove unnec' log msgs
This commit is contained in:
parent
d2eeed899f
commit
ae68b6c99f
@ -29,7 +29,6 @@ extension PrefService {
|
||||
return
|
||||
}
|
||||
|
||||
NSLog("Saving pref!")
|
||||
defaults.setValue(pair.state.dict(), forKey: PrefService.compatibleVersion)
|
||||
}
|
||||
}
|
||||
@ -39,7 +38,6 @@ extension PrefService {
|
||||
typealias StateType = AppState
|
||||
|
||||
func apply(_ state: StateType) {
|
||||
NSLog("Saving pref!")
|
||||
defaults.setValue(state.dict(), forKey: PrefService.compatibleVersion)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user