diff --git a/config.js b/config.js index efd9555..486302e 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,6 @@ * Created by kylejohnson on 02/10/2016. * Global config */ -const fs = require('fs'); const env = process.env.config; switch (env) { default: { @@ -10,4 +9,4 @@ switch (env) { } } -module.exports = config; \ No newline at end of file +module.exports = config;