mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Removed unused import
Removed unused import from js/electron.js
This commit is contained in:
parent
b34505c086
commit
98bcfbef7e
@ -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).
|
- 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
|
- Fix double message about port when server is starting
|
||||||
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
|
- Corrected Swedish translations for TODAY/TOMORROW/DAYAFTERTOMORROW.
|
||||||
|
- Removed unused import from js/electron.js
|
||||||
|
|
||||||
## [2.1.1] - 2017-04-01
|
## [2.1.1] - 2017-04-01
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const Server = require(__dirname + "/server.js");
|
|
||||||
const electron = require("electron");
|
const electron = require("electron");
|
||||||
const core = require(__dirname + "/app.js");
|
const core = require(__dirname + "/app.js");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user