1
1
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:
Tae Won Ha 2016-07-25 08:00:22 +02:00
parent 3b40fa1f2d
commit 9d9ab452ba
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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()
} }