diff --git a/lib/roles/device/plugins/http.js b/lib/roles/device/plugins/http.js index 1faeeb23..a1b20e0e 100644 --- a/lib/roles/device/plugins/http.js +++ b/lib/roles/device/plugins/http.js @@ -28,7 +28,6 @@ module.exports = syrup() log.info('Launching HTTP API') return devutil.ensureUnusedPort(adb, options.serial, service.port) .then(function() { - var log = logger.createLogger('device:remote:http') return adb.shell(options.serial, [ remote.bin , '--lib', remote.lib