Bug 1453890 - Remove log.trace call that is no-longer necessary r=Dexter

--HG--
extra : rebase_source : 9d74d5b9e9757bacd7f5c4d5aea263fb3db6a8b4
This commit is contained in:
Paul Bone 2018-05-01 12:29:24 +10:00
Родитель 98e9eed20b
Коммит 4ad2fa269e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;