From 78c11a96f815c9f3c8ef9f86bfa7c88d6ca0d90d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:03:38 +0800 Subject: [PATCH] Pman.js --- Pman.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.js b/Pman.js index 6468f75a..3ca32a75 100644 --- a/Pman.js +++ b/Pman.js @@ -804,8 +804,8 @@ Pman = new Roo.Document( } if (typeof(obj.parent) == 'undefined') { - console.log("Parent is undefined"); - console.log(obj); + Roo.log("Parent is undefined"); + Roo.log(obj); obj.disabled = true; return; } @@ -813,8 +813,8 @@ Pman = new Roo.Document( if (obj.parent === false) { obj.disabled = true; - console.log('ignoring top level object (as parent===false found)'); - console.log(obj); + Roo.log('ignoring top level object (as parent===false found)'); + Roo.log(obj); return; } // this is an error condition - the parent does not exist.. -- 2.39.2