diff --git a/meshroom/ui/qml/Viewer/FeaturesInfoOverlay.qml b/meshroom/ui/qml/Viewer/FeaturesInfoOverlay.qml index 52c13210..292982db 100644 --- a/meshroom/ui/qml/Viewer/FeaturesInfoOverlay.qml +++ b/meshroom/ui/qml/Viewer/FeaturesInfoOverlay.qml @@ -83,7 +83,6 @@ FloatingPane { checked: true text: MaterialIcons.center_focus_strong onClicked: { - console.warn("featuresVisibilityButton.checked: " + featuresVisibilityButton.checked) featureType.viewer.displayfeatures = featuresVisibilityButton.checked; } font.pointSize: 10 @@ -97,7 +96,6 @@ FloatingPane { checked: true text: MaterialIcons.timeline onClicked: { - console.warn("tracksVisibilityButton.checked: " + tracksVisibilityButton.checked) featureType.viewer.displayTracks = tracksVisibilityButton.checked; } font.pointSize: 10 @@ -110,7 +108,6 @@ FloatingPane { checked: true text: MaterialIcons.fiber_manual_record onClicked: { - console.warn("landmarksVisibilityButton.checked: " + landmarksVisibilityButton.checked) featureType.viewer.displayLandmarks = landmarksVisibilityButton.checked; } font.pointSize: 10 diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml index 919c732b..1759d820 100644 --- a/meshroom/ui/qml/Viewer/Viewer2D.qml +++ b/meshroom/ui/qml/Viewer/Viewer2D.qml @@ -392,7 +392,6 @@ FocusScope { active = true; } onActiveNodeChanged: { - console.warn("mtracksLoader.onActiveNodeChanged, activeNode: " + activeNode) if(!isUsed) active = false; else if(!isComputed)