mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Remove unnecessary logger.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user