зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1453890 - Remove log.trace call that is no-longer necessary r=Dexter
--HG-- extra : rebase_source : 9d74d5b9e9757bacd7f5c4d5aea263fb3db6a8b4
This commit is contained in:
Родитель
98e9eed20b
Коммит
4ad2fa269e
|
@ -116,8 +116,6 @@ const MAX_PHASES = 65;
|
|||
const LOGGER_NAME = "Toolkit.Telemetry";
|
||||
|
||||
function limitProperties(name, obj, count, log) {
|
||||
log.trace("limitProperties");
|
||||
|
||||
// If there are too many properties delete all/most of them. We don't
|
||||
// expect this ever to happen.
|
||||
let num_properties = Object.keys(obj).length;
|
||||
|
|
Загрузка…
Ссылка в новой задаче