mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
removed console log statement accidentally left from testing
This commit is contained in:
parent
e06cf2b134
commit
7b59953d84
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue