X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_group.cpp;fp=bigscreen%2Ffetch_group.cpp;h=ff719506d0479e61a17751014c3569950753dfd8;hp=7962897ca328a7eb9a7f2fae5a04ebfe873d03e6;hb=a8f5648a4186b79c28c0c98f647802fc7ee36af8;hpb=20b9ea1a0a1d6f43af9fadeea1ad30aa2304b778 diff --git a/bigscreen/fetch_group.cpp b/bigscreen/fetch_group.cpp index 7962897..ff71950 100644 --- a/bigscreen/fetch_group.cpp +++ b/bigscreen/fetch_group.cpp @@ -52,8 +52,6 @@ void FetchGroup::operator() (pqxx::transaction<> &t) sc.score = i["score"].as(sc.score); } - std::printf("score: %u\n", sc.score); - curr_group.players[curr_group.players.size() - 1].scores.push_back(sc); } }