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;}