Skip to content

Commit

Permalink
remove unused requires
Browse files Browse the repository at this point in the history
  • Loading branch information
brianping7 committed Apr 30, 2017
1 parent d53f036 commit 83f7c86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ const http = require('http');
const express = require('express');
var args = require('commander');

var TvSony = require('./plugin/tvSony');
var MiHome = require('./plugin/miHome');

var DeviceConf = require('./config/device.conf.js');
var RuntimeConf = require('./config/runtime.conf.js');
var SceneConf = require('./config/scene.conf.js');

var roleAction = require('./core/roleAction.js');
var sceneAction = require('./core/sceneAction.js');
Expand Down

0 comments on commit 83f7c86

Please sign in to comment.