From d0cafea3747f9f7bfa24f3652928800a62fa24c8 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 23 Feb 2017 14:44:59 +0100 Subject: [PATCH] Removing unnecessary console.log --- e2e/suites/user-profile/user-profile-votes.e2e.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/suites/user-profile/user-profile-votes.e2e.js b/e2e/suites/user-profile/user-profile-votes.e2e.js index 24695a48..b3df6cc7 100644 --- a/e2e/suites/user-profile/user-profile-votes.e2e.js +++ b/e2e/suites/user-profile/user-profile-votes.e2e.js @@ -137,8 +137,6 @@ describe('user profile - votes', function() { let endTotal = await $$('div[infinite-scroll] > div').count(); - console.log(startTotal, endTotal); - let hasMoreItems = startTotal < endTotal; expect(hasMoreItems).to.be.equal(true);