mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
GH-213 Remove unnec' log
This commit is contained in:
parent
3b40fa1f2d
commit
9d9ab452ba
@ -45,10 +45,6 @@ class MainWindowComponent: NSObject, NSWindowDelegate, NeoVimViewDelegate, Compo
|
|||||||
self.windowController.showWindow(self)
|
self.windowController.showWindow(self)
|
||||||
}
|
}
|
||||||
|
|
||||||
deinit {
|
|
||||||
NSLog("\(#function)")
|
|
||||||
}
|
|
||||||
|
|
||||||
func isDirty() -> Bool {
|
func isDirty() -> Bool {
|
||||||
return self.neoVimView.hasDirtyDocs()
|
return self.neoVimView.hasDirtyDocs()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user