mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 21:35:58 +01:00
forgot to remove debug line
This commit is contained in:
parent
029c66b2bc
commit
4ddc5fdb3a
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ void CWindowManager::setupRandrMonitors() {
|
||||||
void CWindowManager::setupManager() {
|
void CWindowManager::setupManager() {
|
||||||
setupRandrMonitors();
|
setupRandrMonitors();
|
||||||
|
|
||||||
if (1 || monitors.size() == 0) {
|
if (monitors.size() == 0) {
|
||||||
// RandR failed!
|
// RandR failed!
|
||||||
Debug::log(WARN, "RandR failed!");
|
Debug::log(WARN, "RandR failed!");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue