1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

GH-226 Comment out a log msg

This commit is contained in:
Tae Won Ha 2016-08-04 23:19:31 +02:00
parent 0f6926d2b7
commit 74f5989ec3
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -877,7 +877,7 @@ extension NeoVimView: NeoVimUiBridgeProtocol {
} }
public func modeChange(mode: Mode) { public func modeChange(mode: Mode) {
NSLog("mode changed to: %02x", mode.rawValue) // NSLog("mode changed to: %02x", mode.rawValue)
self.mode = mode self.mode = mode
} }