Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
👕 Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinroger committed Jan 31, 2017
1 parent ea44336 commit 44d66cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/bindings/yeelight.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function rgbToHex (r, g, b) {
}

export default function start (opts) {
const { settings, log, mqttClient } = opts
const { log, mqttClient } = opts

const devicesToWatch = {}

Expand Down

0 comments on commit 44d66cc

Please sign in to comment.