mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove log
This commit is contained in:
@@ -4,7 +4,6 @@ function isPromise(obj) {
|
||||
|
||||
waitUntil = function _waitUntil(checkFunction, { timeout = 15_000, interval = 200, leading = false, description = '' } = {}) {
|
||||
let waitTime = interval;
|
||||
console.log("-> waitTime", waitTime);
|
||||
return new Promise((resolve, reject) => {
|
||||
if (leading && checkFunction()) {
|
||||
resolve();
|
||||
|
||||
Reference in New Issue
Block a user