diff --git a/src/Player.cpp b/src/Player.cpp index e549a8f026..f361978693 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -1830,7 +1830,8 @@ void Player::Step( int col, int row, const std::chrono::steady_clock::time_point const float fTimeSinceStep = stepAgo; // idk if this is the correct value for input logs but we'll use them to test -mina - m_pPlayerStageStats->InputData.emplace_back(fPositionSeconds); + // ok this is 100% not the place to do this + //m_pPlayerStageStats->InputData.emplace_back(fPositionSeconds); float fSongBeat = m_pPlayerState->m_Position.m_fSongBeat;