issue #20445: cleanup
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 12 Aug 2013 17:47:12 +0000 (13:47 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 12 Aug 2013 17:47:12 +0000 (13:47 -0400)
node-datasource/routes/auth.js
node-datasource/routes/recover.js

index 3685202..1f242e8 100644 (file)
@@ -42,7 +42,6 @@ regexp:true, undef:true, strict:true, trailing:true, white:true */
     res.render('login', { message: message, databases: X.options.datasource.databases });
   };
 
-
   /**
     Logs out user by removing the session and sending the user to the login screen.
    */
index e601de5..3ece538 100644 (file)
@@ -87,8 +87,6 @@ regexp:true, undef:true, strict:true, trailing:true, white:true */
                 subject: "xTuple password reset instructions",
                 text: recoverEmailText.f(req.headers.host, database, id, uuid)
               };
-              // XXX: don't log this
-              console.log(mailContent);
               X.smtpTransport.sendMail(mailContent, function (err) {
                 //
                 // We've sent out the email. Now return to the user