remove a print statement

This commit is contained in:
rolux 2012-06-04 13:07:42 +02:00
parent fbe2513cb4
commit 613b594352

View file

@ -590,7 +590,7 @@ Ox.Dialog = function(options, self) {
self.options.height = css.height;
self.minLeft = 24 - self.options.width;
self.minTop = self.hasButtons ? 24 - self.options.height - self.barsHeight : 0;
Ox.print('DIALOG set css RESIZE')
// Ox.print('DIALOG set css RESIZE')
triggerEvent && that.triggerEvent('resize', {
width: self.options.width,
height: self.options.height