removed console log statement accidentally left from testing

This commit is contained in:
jwzimmer 2016-09-21 10:45:55 -04:00
parent e06cf2b134
commit 7b59953d84

View file

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