From 613b5943522e082bbd0b266d25d4e3a8a1e72975 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 4 Jun 2012 13:07:42 +0200 Subject: [PATCH] remove a print statement --- source/Ox.UI/js/Window/Dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Window/Dialog.js b/source/Ox.UI/js/Window/Dialog.js index 8e6a3ce8..b619bb3c 100644 --- a/source/Ox.UI/js/Window/Dialog.js +++ b/source/Ox.UI/js/Window/Dialog.js @@ -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