mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-24 22:33:52 +03:00
GH-666 Remove some logging
This commit is contained in:
parent
c81a819152
commit
521c365f3d
@ -97,7 +97,6 @@ extension NvimView {
|
||||
rowStart: rowStart,
|
||||
rowEndInclusive: self.ugrid.size.height - 1
|
||||
)
|
||||
stdoutLogger.debug(self.ugrid)
|
||||
}
|
||||
|
||||
// The position stays at the first cell when we enter the terminal mode
|
||||
|
@ -306,7 +306,7 @@ final class UGrid: CustomStringConvertible {
|
||||
}
|
||||
|
||||
func recomputeFlatIndices(rowStart: Int, rowEndInclusive: Int) {
|
||||
stdoutLogger.debug("Recomputing flat indices from row \(rowStart)")
|
||||
logger.debug("Recomputing flat indices from row \(rowStart)")
|
||||
|
||||
var delta = 0
|
||||
if rowStart > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user