remove test log

This commit is contained in:
Emma Broman
2020-03-10 15:09:09 -04:00
parent 1524a207f7
commit 103679c6f1
-3
View File
@@ -45,9 +45,6 @@ WaypointNodeDetails::WaypointNodeDetails(const std::string nodeIdentifier,
identifier = nodeIdentifier;
validBoundingSphere = findValidBoundingSphere(node, minBoundingSphere);
// TEST:
LINFO(fmt::format("Created waypoint node '{}' with boudning sphere: {}", nodeIdentifier, validBoundingSphere));
}
double WaypointNodeDetails::findValidBoundingSphere(const SceneGraphNode* node,