Roo/DomTemplate.js
authorChris <chris@roojs.com>
Wed, 17 Oct 2012 08:10:57 +0000 (16:10 +0800)
committerChris <chris@roojs.com>
Wed, 17 Oct 2012 08:10:57 +0000 (16:10 +0800)
Roo/DomTemplate.js

index 40415c0..6a21821 100644 (file)
@@ -372,7 +372,7 @@ Roo.extend(Roo.DomTemplate, Roo.Template, {
         
         try { 
             if(t.ifCall && !t.ifCall.call(this, values, parent)){
-                Roo.log('if call on ' + t.value + ' return false');
+                Roo.debug && Roo.log('if call on ' + t.value + ' return false');
                 return '';
             }
         } catch(e) {