diff --git a/src/routes/index.js b/src/routes/index.js index 9d25006d39..fb4733a501 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -4,7 +4,6 @@ const nconf = require('nconf'); const winston = require('winston'); const path = require('path'); const express = require('express'); -const chalk = require('chalk'); const meta = require('../meta'); const controllers = require('../controllers');