kitty: delete stray log line (#5969)

pull/6024/head
Jeffrey C. Ollie 2025-02-24 11:30:22 -06:00 committed by GitHub
commit e1e1539e4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);