mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Remove unused parameter from AccountRemoveMessage.
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = syrup.serial()
|
||||
.define(function(options, service, router, push) {
|
||||
var log = logger.createLogger('device:plugins:account')
|
||||
|
||||
router.on(wire.AccountRemoveMessage, function(channel, message) {
|
||||
router.on(wire.AccountRemoveMessage, function(channel) {
|
||||
var reply = wireutil.reply(options.serial)
|
||||
|
||||
log.info('Removing current Google account(s)')
|
||||
|
||||
Reference in New Issue
Block a user