diff --git a/Components/StyledTooltip.qml b/Components/StyledTooltip.qml index f94303c..1ad06a8 100644 --- a/Components/StyledTooltip.qml +++ b/Components/StyledTooltip.qml @@ -33,8 +33,6 @@ Window { x = pos.x - width / 2 + targetItem.width / 2; y = pos.y + 8; visible = true; - console.log("StyledTooltip _showNow called"); - console.log("StyledTooltip Theme.textPrimary:", Theme.textPrimary); } function _hideNow() { visible = false;