mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 09:53:21 +02:00
Remove unused VNC authentication utilities.
This commit is contained in:
@@ -28,7 +28,10 @@ module.exports = syrup.serial()
|
||||
var log = logger.createLogger('device:plugins:vnc')
|
||||
|
||||
function vncAuthHandler(data) {
|
||||
log.info('VNC authentication attempt using "%s"', data.fingerprint)
|
||||
log.info(
|
||||
'VNC authentication attempt using "%s"'
|
||||
, data.response.toString('hex')
|
||||
)
|
||||
|
||||
var resolver = Promise.defer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user