mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +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() {
|
||||
setupRandrMonitors();
|
||||
|
||||
if (1 || monitors.size() == 0) {
|
||||
if (monitors.size() == 0) {
|
||||
// RandR failed!
|
||||
Debug::log(WARN, "RandR failed!");
|
||||
|
||||
|
|
Loading…
Reference in a new issue