1
1
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:
Tae Won Ha 2023-11-14 20:35:30 +01:00
parent e6eb1e11e4
commit 3bc2526325
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 1 additions and 3 deletions

View File

@ -114,7 +114,6 @@ extension NvimView {
.exception(message: "Could not convert values to api info.")
}
Swift.print("######################### \(channel)")
return channel
}.flatMapCompletable {
// FIXME: make lua

View File

@ -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)")
}
}

View File

@ -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)")
}