Removing unnecessary console.log

stable
Alejandro Alonso 2017-02-23 14:44:59 +01:00
parent 3f09356f2e
commit d0cafea374
1 changed files with 0 additions and 2 deletions

View File

@ -137,8 +137,6 @@ describe('user profile - votes', function() {
let endTotal = await $$('div[infinite-scroll] > div').count(); let endTotal = await $$('div[infinite-scroll] > div').count();
console.log(startTotal, endTotal);
let hasMoreItems = startTotal < endTotal; let hasMoreItems = startTotal < endTotal;
expect(hasMoreItems).to.be.equal(true); expect(hasMoreItems).to.be.equal(true);