diff --git a/src/nostalgia/modules/core/src/opengl/gfx.cpp b/src/nostalgia/modules/core/src/opengl/gfx.cpp index fc6f9d47..42efa873 100644 --- a/src/nostalgia/modules/core/src/opengl/gfx.cpp +++ b/src/nostalgia/modules/core/src/opengl/gfx.cpp @@ -232,7 +232,6 @@ static glutils::GLTexture createTexture( GLsizei w, GLsizei h, const void *pixels) noexcept { - oxDebugf("createTexture(w: {}, h: {}, pixels: ...)", w, h); GLuint texId = 0; glGenTextures(1, &texId); glutils::GLTexture tex(texId);