mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
Remove debug msgs
This commit is contained in:
parent
e6eb1e11e4
commit
3bc2526325
@ -114,7 +114,6 @@ extension NvimView {
|
||||
.exception(message: "Could not convert values to api info.")
|
||||
}
|
||||
|
||||
Swift.print("######################### \(channel)")
|
||||
return channel
|
||||
}.flatMapCompletable {
|
||||
// FIXME: make lua
|
||||
|
@ -239,7 +239,7 @@ extension NvimView {
|
||||
self.tablineUpdate(innerArray)
|
||||
|
||||
default:
|
||||
self.log.error("##################### Unknown flush data type \(rawType)")
|
||||
self.log.error("Unknown flush data type \(rawType)")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -190,7 +190,6 @@ public final class NvimView: NSView, NSUserInterfaceValidations, NSTextInputClie
|
||||
} else if method == "autocommand" {
|
||||
self?.autoCommandEvent(params)
|
||||
} else {
|
||||
Swift.print("############### \(method): \(params)")
|
||||
self?.log.debug("MSG ERROR: \(msg)")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user