Remove forgotten delta time printout

This commit is contained in:
Emma Broman
2021-07-09 10:53:05 +02:00
parent 4c5f45fccb
commit 23b70eaf14

View File

@@ -194,8 +194,6 @@ void PathNavigator::updateCamera(double deltaTime) {
return;
}
LINFO(fmt::format("dt: {}", deltaTime));
if (!_isPlaying) {
//// TODO: Determine how this should work
//// OBS! Stop behavior is broken as of core merge