Shorten info message (pause during camera path)

This commit is contained in:
Emma Broman
2022-03-01 13:11:35 +01:00
parent 2919ad77ed
commit dfc2402638

View File

@@ -285,10 +285,7 @@ void PathNavigator::startPath() {
);
_startSimulationTimeOnFinish = true;
LINFO(
"Pausing time simulation during path traversal. "
"Will unpause once the camera path is finished"
);
LINFO("Pausing time simulation during path traversal");
}
LINFO("Starting path");