summaryrefslogtreecommitdiff
path: root/src/webchannel.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel.js')
-rw-r--r--src/webchannel.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webchannel.js b/src/webchannel.js
index 10a9594..f29bafc 100644
--- a/src/webchannel.js
+++ b/src/webchannel.js
@@ -127,10 +127,5 @@ var QWebChannel = function(baseUrl, initCallback)
channel.send({"id": [channel.id, id], "data": data});
};
- this.debug = function(message)
- {
- channel.send({"data" : {"type" : "Qt.Debug", "message" : message}});
- };
-
this.objectMap = {};
};