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:
parent
0f6926d2b7
commit
74f5989ec3
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user