diff --git a/source/Ox.UI/js/Window/Dialog.js b/source/Ox.UI/js/Window/Dialog.js index 9f527910..c133255f 100644 --- a/source/Ox.UI/js/Window/Dialog.js +++ b/source/Ox.UI/js/Window/Dialog.js @@ -510,7 +510,6 @@ Ox.Dialog = function(options, self) { } function resizeWindow() { - Ox.print('RESIZE WINDOW') self.options.width = Math.min(self.options.width, window.innerWidth); self.options.height = Math.min(self.options.height, window.innerHeight - self.barsHeight); var offset = that.offset(); @@ -586,7 +585,6 @@ Ox.Dialog = function(options, self) { } function setCSS(css, animate) { - Ox.print('DIALOG SET CSS', css) var ms = animate ? 100 : 0, offset = that.offset(), triggerEvent = self.isOpen && (