From 000f01fbebe68f0b4511f8f9a99ccd2e96cc5621 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 17 Feb 2015 11:21:50 +0000 Subject: [PATCH] Remove unneeded uid module --- .../Features/Authentication/AuthenticationController.coffee | 1 - services/web/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/services/web/app/coffee/Features/Authentication/AuthenticationController.coffee b/services/web/app/coffee/Features/Authentication/AuthenticationController.coffee index 9653e302b5..7428bd4b40 100644 --- a/services/web/app/coffee/Features/Authentication/AuthenticationController.coffee +++ b/services/web/app/coffee/Features/Authentication/AuthenticationController.coffee @@ -6,7 +6,6 @@ Metrics = require('../../infrastructure/Metrics') logger = require("logger-sharelatex") querystring = require('querystring') Url = require("url") -uid = require "uid" module.exports = AuthenticationController = login: (req, res, next = (error) ->) -> diff --git a/services/web/package.json b/services/web/package.json index cec26f13e7..18b3e5ab5d 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -39,7 +39,6 @@ "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", "socket.io": "0.9.16", "translations-sharelatex": "git+https://github.com/sharelatex/translations-sharelatex.git#master", - "uid": "0.0.2", "underscore": "1.6.0", "underscore.string": "^3.0.2", "v8-profiler": "^5.2.3",