We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349e1de commit 70d3f41Copy full SHA for 70d3f41
src/core/map_part.cpp
@@ -78,7 +78,6 @@ void MapPart::setName(const QString& new_name)
78
79
void MapPart::setVisible(bool visible)
80
{
81
- qDebug("** %d -> %d, %p", int(this->visible), int(visible), map);
82
if (this->visible == visible)
83
return;
84
0 commit comments