QmlDesigner: remove annoying output

Change-Id: I7f74ece071923208764b767a70436145888fbb54
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Tim Jenssen
2024-04-17 15:20:56 +02:00
parent f006cfb233
commit 90c4826c29

View File

@@ -382,7 +382,6 @@ Column {
Connections { Connections {
target: effectComposerModel target: effectComposerModel
function onShadersBaked() { function onShadersBaked() {
console.log("Shaders Baked!")
updateTimer.restart() updateTimer.restart()
} }
} }