We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264f71a commit 85b3b25Copy full SHA for 85b3b25
src/Styles/GauntletStyle.cpp
@@ -9,8 +9,6 @@ class $modify(GauntletSelectLayer) {
9
10
auto list = this->getChildByIDRecursive("gauntlets-list");
11
12
- log::info("Gauntlet list: {}", list);
13
-
14
if (list) {
15
CCArray* pages = typeinfo_cast<CCArray*>(list->getChildByID("gauntlet-pages")->getChildren());
16
0 commit comments