diff --git a/widgets/DapComboBox.qml b/widgets/DapComboBox.qml
index a15a54f7a03163b65310f427c14e7a34e07a9fc7..ecc68f9ecbc1e631e166708dc82ee2bd3896a649 100644
--- a/widgets/DapComboBox.qml
+++ b/widgets/DapComboBox.qml
@@ -56,7 +56,6 @@ DapComboBoxForm
             {
                 if(index != currentIndex)
                 {
-                    console.log(fm.tightBoundingRect("le").width);
                     if(tm.elidedText.length < tm.text.length)
                         return tm.elidedText.substring(0, tm.elidedText.length-1) +
                                 ((fm.tightBoundingRect(tm.elidedText.substring(0, tm.elidedText.length-1)).width + fm.tightBoundingRect(tm.text.charAt(tm.elidedText.length-1) + '..').width) < tm.elideWidth ?