remove console.log

stable
Juanfran 2015-10-28 12:26:12 +01:00
parent 7717b08824
commit f556fc3609
1 changed files with 0 additions and 1 deletions

View File

@ -386,7 +386,6 @@ common.uploadImagePath = function() {
common.closeJoyride = function() { common.closeJoyride = function() {
$('.introjs-skipbutton').isPresent().then((present) => { $('.introjs-skipbutton').isPresent().then((present) => {
console.log(present);
if (present) { if (present) {
browser.waitForAngular(); browser.waitForAngular();
$('.introjs-skipbutton').click(); $('.introjs-skipbutton').click();