From 09786cb8d2fcf1caec1df7a590bf5680b6fa0c6e Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Sat, 6 Feb 2010 01:57:44 -0800 Subject: [PATCH] Fix CPLog additions breaking build. Reviewed by me. --- Objective-J/CPLog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Objective-J/CPLog.js b/Objective-J/CPLog.js index 4b31a047d..1823312b4 100644 --- a/Objective-J/CPLog.js +++ b/Objective-J/CPLog.js @@ -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