mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
remove extra debug code
This commit is contained in:
parent
b0c286bc3b
commit
e58081ca9c
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ void OverlayConductor::setEnabled(bool enabled) {
|
|||
return;
|
||||
}
|
||||
|
||||
qDebug() << "OverlayConductor::setEnabled() enabled:" << enabled;
|
||||
Menu::getInstance()->setIsOptionChecked(MenuOption::Overlays, enabled);
|
||||
|
||||
_enabled = enabled; // set the new value
|
||||
|
|
Loading…
Reference in a new issue