From 4cfc1bb74090319430177fb996f0367228757a75 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 10 Jul 2012 21:54:04 -0700 Subject: [PATCH] remove console.log() --- bin/keysigner | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/keysigner b/bin/keysigner index 4f2eb422d..8e1f2a733 100755 --- a/bin/keysigner +++ b/bin/keysigner @@ -79,7 +79,6 @@ try { // and our single function app.post('/wsapi/cert_key', validate({ 'email': 'email', 'pubkey': 'pubkey', 'ephemeral': 'boolean' }), function(req, resp) { var startTime = new Date(); - console.log(req.params); cc.enqueue({ pubkey: req.params.pubkey, email: req.params.email, -- GitLab