Skip to content

Commit

Permalink
remove leftover cout
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 17, 2023
1 parent fe704b5 commit 9bc1427
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/managers/BetterInfoStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ void BetterInfoStats::dataLoaded(DS_Dictionary* data) {
}

void BetterInfoStats::firstLoad() {
std::cout << "firstLoad";

this->save();
}

Expand Down

0 comments on commit 9bc1427

Please sign in to comment.