Skip to content

Commit

Permalink
Removing remaining references to Polyglot
Browse files Browse the repository at this point in the history
refs #3802
  • Loading branch information
ErisDS committed Aug 19, 2014
1 parent e6bb7c4 commit f2aefd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions core/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var crypto = require('crypto'),
compress = require('compression'),
fs = require('fs'),
uuid = require('node-uuid'),
Polyglot = require('node-polyglot'),
semver = require('semver'),
_ = require('lodash'),
when = require('when'),
Expand Down Expand Up @@ -204,9 +203,6 @@ function init(server) {
server = express();
}

// Set up Polygot instance on the require module
Polyglot.instance = new Polyglot();

// ### Initialisation
// The server and its dependencies require a populated config
// It returns a promise that is resolved when the application
Expand Down
1 change: 0 additions & 1 deletion core/test/unit/server_helpers_index_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var should = require('should'),
_ = require('lodash'),
rewire = require('rewire'),
moment = require('moment'),
Polyglot = require('node-polyglot'),
api = require('../../server/api'),
hbs = require('express-hbs'),

Expand Down

0 comments on commit f2aefd2

Please sign in to comment.