X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.js;fp=Pman.js;h=7d0adeb14f4009ae6003904377c1f964b88dec4a;hp=0a98ea710d462643f2c3ab32fd27d07da42be193;hb=daa608c22b3091eeb1d3cc25378cf029545f883f;hpb=f840d9f7ffb4c4ff77b99d6ed4757cc1a5260690 diff --git a/Pman.js b/Pman.js index 0a98ea71..7d0adeb1 100644 --- a/Pman.js +++ b/Pman.js @@ -933,13 +933,11 @@ Pman = new Roo.Document( // honour DEPRICATED permname setings.. // new code should use PART name, and matching permissions. if (this.permname && this.permname.length) { - Roo.log(this.permname); if (!Pman.hasPerm(this.permname, 'S')) { return; } } - Roo.log(this); this.add(this.parent.layout, this.region); this.el = this.layout;