From 00a18d54bb8f2028b6cca3b5594a5214b03cfe8a Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 9 Apr 2016 15:51:18 +0200 Subject: [PATCH] Cleanup. --- config/config.js.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/config.js.sample b/config/config.js.sample index f6388249..ef3e9aef 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -1,6 +1,4 @@ -/* exported config */ - -/* Magic Mirror Config +/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. @@ -66,6 +64,5 @@ var config = { }; - /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}