Browse Source

Remove log

master
yflory 1 year ago
parent
commit
6b1e394170
1 changed files with 0 additions and 1 deletions
  1. 1
      www/common/common-ui-elements.js

1
www/common/common-ui-elements.js

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

Loading…
Cancel
Save