1
0

qml: remove log statement

This commit is contained in:
Sander van Grieken
2022-08-31 13:50:26 +02:00
parent 40e8ff6ce2
commit 6d77253ac2

View File

@@ -113,7 +113,6 @@ ElDialog {
Connections {
target: dialog.enter
function onRunningChanged() {
console.log('dialog open animation running changed: ' + dialog.enter.running)
if (!dialog.enter.running) {
qr.render = true
}