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(); }); });