Removed unused import

Removed unused import from js/electron.js
This commit is contained in:
Unknown 2017-06-18 19:14:32 +02:00
parent b34505c086
commit 98bcfbef7e
2 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Bug of duplicated compliments as described in [here](https://forum.magicmirror.builders/topic/2381/compliments-module-stops-cycling-compliments).
- Fix double message about port when server is starting
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
- Removed unused import from js/electron.js
## [2.1.1] - 2017-04-01

View File

@ -2,7 +2,6 @@
"use strict";
const Server = require(__dirname + "/server.js");
const electron = require("electron");
const core = require(__dirname + "/app.js");