diff options
author | Vaxry <[email protected]> | 2024-09-26 22:34:33 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-09-26 22:34:33 +0100 |
commit | e20aef7d53fcde1470e8d7672e6a03d814fca97f (patch) | |
tree | d62a6101ae05211c5536d874d8641b939945b6d7 /src/render/OpenGL.cpp | |
parent | b2143a98e2719012f8c36211a066f8ebccc950b8 (diff) | |
download | Hyprland-e20aef7d53fcde1470e8d7672e6a03d814fca97f.tar.gz Hyprland-e20aef7d53fcde1470e8d7672e6a03d814fca97f.zip |
opengl: remove debug log
Diffstat (limited to 'src/render/OpenGL.cpp')
-rw-r--r-- | src/render/OpenGL.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/OpenGL.cpp b/src/render/OpenGL.cpp index ff3d52e4..4f22d6aa 100644 --- a/src/render/OpenGL.cpp +++ b/src/render/OpenGL.cpp @@ -1384,8 +1384,6 @@ void CHyprOpenGLImpl::renderTextureInternalWithDamage(SP<CTexture> tex, CBox* pB Mat3x3 matrix = m_RenderData.monitorProjection.projectBox(newBox, TRANSFORM, newBox.rot); Mat3x3 glMatrix = m_RenderData.projection.copy().multiply(matrix); - Debug::log(LOG, "internal:\nmat: {},\nglmat: {}", matrix.toString(), glMatrix.toString()); - if (waitTimeline != nullptr) { if (!waitForTimelinePoint(waitTimeline, waitPoint)) { Debug::log(ERR, "renderTextureInternalWithDamage: failed to wait for explicit sync point {}", waitPoint); |