Remove extra log

This commit is contained in:
Garth Vander Houwen 2024-05-04 14:46:42 -07:00
parent cd0ee611eb
commit a27ab21101

View file

@ -298,7 +298,6 @@ struct PositionConfig: View {
if !bleManager.setFixedPosition(fromUser: node!.user!, channel: 0) {
print("Set Position Failed")
}
print("Set a fixed position")
node?.positionConfig?.fixedPosition = true
do {
try context.save()