1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 23:02:35 +03:00

GH-248 Deactivate some logs

This commit is contained in:
Tae Won Ha 2016-08-12 23:44:16 +02:00
parent 534a0077e1
commit 4cfb644a0e
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
4 changed files with 3 additions and 4 deletions

View File

@ -529,7 +529,7 @@ void server_start_neovim() {
uv_cond_init(&_condition);
uv_thread_create(&_nvim_thread, run_neovim, NULL);
log4Info("NeoVim started");
log4Debug("NeoVim started");
// continue only after our UI main code for neovim has been fully initialized
uv_mutex_lock(&_mutex);

View File

@ -964,7 +964,7 @@ extension NeoVimView: NeoVimUiBridgeProtocol {
public func resizeToWidth(width: Int32, height: Int32) {
DispatchUtils.gui {
NSLog("\(#function): \(width):\(height)")
// NSLog("\(#function): \(width):\(height)")
self.grid.resize(Size(width: Int(width), height: Int(height)))
self.needsDisplay = true
}

View File

@ -44,7 +44,6 @@ class MainWindowManager {
self.mainWindowComponents.removeValueForKey(mainWindowComponent.uuid)
if self.mainWindowComponents.isEmpty {
NSLog("\(#function) all closed")
self.subject.onNext(MainWindowEvent.allWindowsClosed)
}
}

2
neovim

@ -1 +1 @@
Subproject commit a090bbaaf9c20a7b908d9ac19b11c38f3de8e3bb
Subproject commit fcf6c82f06f432201ed9c5590bb0f4dae460327c