From f556fc3609ab333933856506966f86aa900e5b7b Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 28 Oct 2015 12:26:12 +0100 Subject: [PATCH] remove console.log --- e2e/utils/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/utils/common.js b/e2e/utils/common.js index 41a5f051..791e1a37 100644 --- a/e2e/utils/common.js +++ b/e2e/utils/common.js @@ -386,7 +386,6 @@ common.uploadImagePath = function() { common.closeJoyride = function() { $('.introjs-skipbutton').isPresent().then((present) => { - console.log(present); if (present) { browser.waitForAngular(); $('.introjs-skipbutton').click();