mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 23:06:01 +01:00
remove old log
This commit is contained in:
parent
a7bdfc06ca
commit
b0544dbfff
1 changed files with 0 additions and 2 deletions
|
@ -227,8 +227,6 @@ void Events::listener_monitorFrame(void* owner, void* data) {
|
|||
|
||||
if (PMONITOR->isMirror()) {
|
||||
g_pHyprOpenGL->renderMirrored();
|
||||
|
||||
Debug::log(LOG, "Mirror frame");
|
||||
} else {
|
||||
g_pHyprOpenGL->clear(CColor(17, 17, 17, 255));
|
||||
g_pHyprOpenGL->clearWithTex(); // will apply the hypr "wallpaper"
|
||||
|
|
Loading…
Reference in a new issue