fix: move reflow message to Editor.reflow
We don't want to display the log message when reflow is used internally. For example by the info_view.
This commit is contained in:
parent
767d3a5bfd
commit
a7c19f3a60
2 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ pub fn reflow(allocator: std.mem.Allocator, text: []const u8, width: usize) erro
|
|||
var output: std.Io.Writer.Allocating = .init(allocator);
|
||||
const writer = &output.writer;
|
||||
|
||||
std.log.info("reflow @{d}", .{width});
|
||||
|
||||
var first = true;
|
||||
var line_len: usize = 0;
|
||||
for (words) |word| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue