Skip to content

Commit

Permalink
rm useless log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Sep 28, 2024
1 parent 22675bd commit cd7fa27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ void Utils::populateVector(bool customSongs) {
std::string blacklistStringModified = blacklistString;
if (blacklistStringModified.ends_with(" [MLR] #")) {
blacklistStringModified = blacklistStringModified.substr(0, blacklistStringModified.find(" # [MLR] Song: "));
geode::log::info("blacklistStringModified: {}", blacklistStringModified);
}
blacklist.push_back(blacklistStringModified);
geode::log::info("adding to blacklist: {}", blacklistStringModified);
Expand Down

0 comments on commit cd7fa27

Please sign in to comment.