Remove the extra messages

This commit is contained in:
deadprogram 2013-10-24 00:32:35 -07:00
parent b9165fa09c
commit f8eb77c959
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ module.exports = class Device
@robot = opts.robot
@name = opts.name
@connection = @determineConnection(opts.connection) or @defaultConnection()
Logger.info 'hola'
Logger.info @connection
@driver = @requireDriver(opts.driver)
@addCommands(@driver)