image: remove debug log statement
This commit is contained in:
parent
9906a67ef6
commit
fff034d20a
1 changed files with 0 additions and 2 deletions
|
@ -683,8 +683,6 @@ pub fn loadImage(
|
||||||
|
|
||||||
const id = self.next_img_id;
|
const id = self.next_img_id;
|
||||||
|
|
||||||
log.debug("transmitting kitty image: id={d}, len={d}", .{ id, encoded.len });
|
|
||||||
|
|
||||||
if (encoded.len < 4096) {
|
if (encoded.len < 4096) {
|
||||||
try std.fmt.format(
|
try std.fmt.format(
|
||||||
writer,
|
writer,
|
||||||
|
|
Loading…
Reference in a new issue