From 8cb03cfe14ad5bd2e7da31456e95002a5b558eba Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Thu, 17 Jul 2014 12:07:37 +0900 Subject: [PATCH] Remove commented out old commands. --- lib/roles/websocket.js | 33 --------------------------------- 1 file changed, 33 deletions(-) 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)