remove log

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-08-06 23:03:45 -07:00
parent 708d2d7b38
commit 81f29c5fee

View File

@@ -101,8 +101,6 @@ class ImageCache {
}
save_to_memory_cache(key: key, img: img)
print("loaded \(key)\(suffix).png from file cache")
return img
}