diff --git a/lib/roles/websocket.js b/lib/roles/websocket.js index 84e196f4..70a90744 100644 --- a/lib/roles/websocket.js +++ b/lib/roles/websocket.js @@ -629,39 +629,6 @@ module.exports = function(options) { socket.disconnect(true) }) - - - /* - socket.on('flick', function(data) {}) - socket.on('back', function(data) {}) - socket.on('forward', function(data) {}) - socket.on('refresh', function(data) {}) - socket.on('internal.relaunch', function(data) {}) - socket.on('internal.clear', function(data) {}) - socket.on('selenium.setCookie', function(data) {}) - socket.on('selenium.deleteCookie', function(data) {}) - socket.on('selenium.deleteAllCookies', function(data) {}) - socket.on('debug.benchmark.pull.start', function(data) {}) - socket.on('debug.benchmark.pull.stop', function(data) {}) - socket.on('logcat', function(data) {}) - socket.on('debug.benchmark.pull.rate', function(data) {}) - socket.on('cpu.monitor.load', function(data) {}) - - socket.on('safeExecute', function(data) {}) - socket.on('eval', function(data) {}) - socket.on('safeEval', function(data) {}) - socket.on('executeAsync', function(data) {}) - socket.on('safeExecuteAsync', function(data) {}) - socket.on('execute', function(data) {}) - socket.on('screenshot', function(data) {}) - socket.on('selenium.screenshot', function(data) {}) - socket.on('url', function(data) {}) - socket.on('selenium.allCookies', function(data) {}) - */ - //this._react 'selenium.weinre', => - // this._runTransaction 'selenium.weinre', - // targetHost: conf.weinre.httpHost - // targetPort: conf.weinre.httpPort }) server.listen(options.port)