From 9a9355ccd69d94da27c4470b64d0485e0d1cdfd7 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Tue, 23 Dec 2014 13:13:28 -0600 Subject: [PATCH] Tag fix --- herokuapp/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/herokuapp/app.js b/herokuapp/app.js index f2bd654..5a395ea 100644 --- a/herokuapp/app.js +++ b/herokuapp/app.js @@ -59,9 +59,9 @@ // print if (tag) { - console.log(msg); - } else { console.tag(tag).log(msg); + } else { + console.log(msg); } res.status(200).send("Server logged message");