From: Edward Date: Thu, 4 Dec 2014 05:56:41 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=55e8f1fdec206f0c77329f7f732abf48a13f5842 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 659ee18ea9..29beaf86a1 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -267,7 +267,6 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { // add the menu... if (typeof (this.menu) != 'undefined') { - Roo.log('parentType : ' + this.xtype); this.menu.parentType = this.xtype; this.menu.triggerEl = this.el; this.addxtype(Roo.apply({}, this.menu));