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:
parent
534a0077e1
commit
4cfb644a0e
@ -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);
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
2
neovim
@ -1 +1 @@
|
||||
Subproject commit a090bbaaf9c20a7b908d9ac19b11c38f3de8e3bb
|
||||
Subproject commit fcf6c82f06f432201ed9c5590bb0f4dae460327c
|
Loading…
Reference in New Issue
Block a user