Skip to content

Commit 4fea1ed

Browse files
committed
Remove debug output
1 parent 7ea7006 commit 4fea1ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libs/application/uishell/src/qml/HomeWindow.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ Window {
358358
model: window.menusModel
359359
onObjectAdded: (index, object) => {
360360
if (object instanceof Menu) {
361-
console.log(object)
362361
menuBar.insertMenu(index, object)
363362
} else {
364363
throw new TypeError("Unsupported menu type")

0 commit comments

Comments
 (0)