cruft: Remove unecessary consolelogs (#4141)

This commit is contained in:
webzwo0i 2020-06-27 21:12:06 +02:00 committed by GitHub
parent bbee833b89
commit b7dff552f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 28 deletions

View file

@ -97,7 +97,6 @@ describe("keep unordered list on enter key", function(){
}).done(function(){
var $newSecondLine = inner$("div").first().next();
var hasULElement = $newSecondLine.find("ul li").length === 1;
console.log($newSecondLine.find("ul").length);
expect(hasULElement).to.be(true);
expect($newSecondLine.text()).to.be("line 2");
done();