Removed a bunch of console noise

This commit is contained in:
Stefan Zermatten
2020-03-05 14:05:32 +02:00
parent 66e70c8c94
commit 69e8a307fc
11 changed files with 2 additions and 31 deletions

View File

@@ -132,7 +132,7 @@
}
let source = this.getTopElementByDataId(elementId);
if (!source){
console.log(`Can't find source for ${elementId}`);
console.warn(`Can't find source for ${elementId}`);
done();
return;
}
@@ -165,7 +165,6 @@
}, MOCK_DURATION);
},
noScroll(e){
console.log(e);
e.preventDefault();
}
},