commit efae19b856e439bca196bf52d801667fd6bd5730
parent 73718e073e16e4ca90167ba66b80bb76e600f7f4
Author: Cody Lewis <luxdotsugi@gmail.com>
Date: Sat, 8 Sep 2018 20:34:46 +1000
Up for deployment
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/routes/.#index.js b/routes/.#index.js
@@ -1 +0,0 @@
-uxie@distortion-world.15281:1536322038-
\ No newline at end of file
diff --git a/routes/index.js b/routes/index.js
@@ -14,7 +14,6 @@ router.post('/observe', function(req, res, next) {
var nodemailer = require('nodemailer');
var form = new formidable.IncomingForm();
form.parse(req, function (err, fields, files) {
- console.log("PArsing form");
var today = new Date();
msg = '\\subsubsection{Test from ' + today.toDateString() + '}\n' +
'\\begin{center}\n\\begin{tabular}{| c | c |}\n\\hline\n' +