summaryrefslogtreecommitdiff
path: root/tests/qml/wrapper.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qml/wrapper.html')
-rw-r--r--tests/qml/wrapper.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qml/wrapper.html b/tests/qml/wrapper.html
index a6c313b..54f456b 100644
--- a/tests/qml/wrapper.html
+++ b/tests/qml/wrapper.html
@@ -16,7 +16,6 @@
obj.myMethod("foobar");
});
channel.subscribe("triggerDelete", function() {
- console.log(testObj);
testObj.deleteLater();
});
channel.subscribe("report", function() {