Remove log

This commit is contained in:
yflory 2019-10-29 11:36:53 +01:00
parent 77c6269e0c
commit 6b1e394170

View File

@ -317,7 +317,6 @@ define([
teamId: obj.id teamId: obj.id
}, waitFor(function (err) { }, waitFor(function (err) {
if (err) { return void console.error(err); } if (err) { return void console.error(err); }
console.warn(obj.id);
})); }));
}); });
})); }));