aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/OpenGL.cpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-09-26 22:34:33 +0100
committerVaxry <[email protected]>2024-09-26 22:34:33 +0100
commite20aef7d53fcde1470e8d7672e6a03d814fca97f (patch)
treed62a6101ae05211c5536d874d8641b939945b6d7 /src/render/OpenGL.cpp
parentb2143a98e2719012f8c36211a066f8ebccc950b8 (diff)
downloadHyprland-e20aef7d53fcde1470e8d7672e6a03d814fca97f.tar.gz
Hyprland-e20aef7d53fcde1470e8d7672e6a03d814fca97f.zip
opengl: remove debug log
Diffstat (limited to 'src/render/OpenGL.cpp')
-rw-r--r--src/render/OpenGL.cpp2
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);