From 7b59953d84f10614d753c0b3c51690af8973adf2 Mon Sep 17 00:00:00 2001 From: jwzimmer Date: Wed, 21 Sep 2016 10:45:55 -0400 Subject: [PATCH] removed console log statement accidentally left from testing --- test/integration/check_navbar_links.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/check_navbar_links.js b/test/integration/check_navbar_links.js index aeaf4ab69..0fb236c53 100644 --- a/test/integration/check_navbar_links.js +++ b/test/integration/check_navbar_links.js @@ -23,7 +23,6 @@ tap.test('checkCreateLinkWhenSignedOut', function (t) { //the create href should match `/projects/editor/?tip_bar=home` //the create href should be at the end of the URL t.equal(url.substr(-expectedHref.length), expectedHref); - console.log(url.substr(-expectedHref.length)); t.end(); }); });