diff --git a/src/LevelInfoLayer.cpp b/src/LevelInfoLayer.cpp index d074657..76e101c 100644 --- a/src/LevelInfoLayer.cpp +++ b/src/LevelInfoLayer.cpp @@ -256,7 +256,6 @@ struct LevelInfoLayerIDs : Modify { labelOffset++; } - log::info("best time: {}", this->getChildren()->objectAtIndex(this->getChildrenCount() - labelOffset)); static_cast(this->getChildren()->objectAtIndex(this->getChildrenCount() - labelOffset))->setID("best-time-label"); labelOffset++; }