From 6b1e39417066c1e85312e3b0ffcb4eab17e37f33 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 29 Oct 2019 11:36:53 +0100 Subject: [PATCH] Remove log --- www/common/common-ui-elements.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index b3e03bb7d..ffaefa45d 100644 --- a/www/common/common-ui-elements.js +++ b/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); })); }); }));