mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
cruft: Remove unecessary consolelogs (#4141)
This commit is contained in:
parent
bbee833b89
commit
b7dff552f0
10 changed files with 0 additions and 28 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue