kitty: delete stray log line

pull/5969/head
Jeffrey C. Ollie 2025-02-24 11:05:37 -06:00
parent 71ae51b4b3
commit f4f36a9a98
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 0 additions and 1 deletions

View File

@ -411,7 +411,6 @@ pub const ImageStorage = struct {
while (it.next()) |entry| {
if (entry.key_ptr.image_id >= v.first or entry.key_ptr.image_id <= v.last) {
const image_id = entry.key_ptr.image_id;
log.warn("delete range: {}", .{image_id});
entry.value_ptr.deinit(&t.screen);
self.placements.removeByPtr(entry.key_ptr);
if (v.delete) self.deleteIfUnused(alloc, image_id);