mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26: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
|
@ -68,7 +68,6 @@ describe('Responsiveness of Editor', function() {
|
|||
var end = Date.now(); // get the current time
|
||||
var delay = end - start; // get the delay as the current time minus the start time
|
||||
|
||||
console.log('delay:', delay);
|
||||
expect(delay).to.be.below(200);
|
||||
done();
|
||||
}, 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue