mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 05:27:03 +00:00
Fix CPLog additions breaking build.
Reviewed by me.
This commit is contained in:
@@ -45,8 +45,8 @@ exports.CPLogRegisterRange = function(aProvider, aMinLevel, aMaxLevel)
|
||||
{
|
||||
var min = _CPLogLevelsInverted[aMinLevel];
|
||||
var max = _CPLogLevelsInverted[aMaxLevel];
|
||||
|
||||
if (min != undefined && max != undefined)
|
||||
//FIXME: ???
|
||||
// if (min != undefined && max != undefined)
|
||||
|
||||
}
|
||||
// Regsiter a logger for
|
||||
|
||||
Reference in New Issue
Block a user