Remove log

pull/1/head
yflory 2019-10-29 11:36:53 +01:00
parent 77c6269e0c
commit 6b1e394170
1 changed files with 0 additions and 1 deletions

View File

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