From f24787a3ced8cfc19dd8e58a162b13537a5756d9 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 15 Sep 2011 10:19:09 -0600 Subject: [PATCH] remove useless comment about modifications made for port to certificates --- browserid/lib/wsapi.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browserid/lib/wsapi.js b/browserid/lib/wsapi.js index fd3a89ca7..c41ebf105 100644 --- a/browserid/lib/wsapi.js +++ b/browserid/lib/wsapi.js @@ -254,7 +254,6 @@ function setup(app) { }); }); - // MODIFICATIONS for cert: remove pubkey app.post('/wsapi/add_email', checkAuthed, checkParams(["email", "site"]), function (req, resp) { try { // on failure stageEmail may throw, null pubkey -- GitLab