summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/src/textures.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/src/textures.c b/src/resources/src/textures.c
index 2ba4691..913c931 100644
--- a/src/resources/src/textures.c
+++ b/src/resources/src/textures.c
@@ -23,7 +23,6 @@ Texture load_texture(const Asset_TextureSpec *restrict ts) {
}
img = stbi_load(ts->path, &width, &height, &components_per_pixel, 0);
- ERROR("components per pixel: %d", components_per_pixel);
if (img == NULL) {
ERROR("Failed to load image %s", ts->path);