Commit 7b59953d authored by jwzimmer's avatar jwzimmer

removed console log statement accidentally left from testing

parent e06cf2b1
...@@ -23,7 +23,6 @@ tap.test('checkCreateLinkWhenSignedOut', function (t) { ...@@ -23,7 +23,6 @@ tap.test('checkCreateLinkWhenSignedOut', function (t) {
//the create href should match `/projects/editor/?tip_bar=home` //the create href should match `/projects/editor/?tip_bar=home`
//the create href should be at the end of the URL //the create href should be at the end of the URL
t.equal(url.substr(-expectedHref.length), expectedHref); t.equal(url.substr(-expectedHref.length), expectedHref);
console.log(url.substr(-expectedHref.length));
t.end(); t.end();
}); });
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment