fixed test-configureNoLevels

This commit is contained in:
Gareth Jones 2012-05-09 16:31:01 +10:00
parent 68d1c8fa07
commit 613a077a61

View File

@ -158,12 +158,6 @@ function configureLevels(levels) {
getLogger(category).setLevel(levels[category]);
}
}
} else {
for (l in loggers) {
if (loggers.hasOwnProperty(l)) {
loggers[l].setLevel();
}
}
}
}