mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-13 17:23:13 +08:00
Remove console.log
This commit is contained in:
@@ -165,7 +165,6 @@ const selectDeveloperOption = (driver, xPath) => driver
|
||||
const performFileChange = (func) => {
|
||||
let iteration = 0;
|
||||
return setInterval(() => {
|
||||
console.log('called');
|
||||
func(iteration++);
|
||||
}, 3000);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user