Remove console.log

This commit is contained in:
Mike Grabowski
2016-09-23 19:26:12 +01:00
parent c92c65824b
commit 87dd15207f

View File

@@ -165,7 +165,6 @@ const selectDeveloperOption = (driver, xPath) => driver
const performFileChange = (func) => {
let iteration = 0;
return setInterval(() => {
console.log('called');
func(iteration++);
}, 3000);
};