MINOR: removed debug statements

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@91543 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2009-11-13 02:52:03 +00:00 committed by Sam Minnee
parent d59b2ad5cf
commit c35ad8c3e0

View File

@ -76,7 +76,7 @@ Upload.prototype = {
button_height : this.buttonHeight,
flash_url : 'jsparty/SWFUpload/swfupload.swf', // Relative to this file
swfupload_loaded_handler: this.buildUI.bind(this),
debug: true,
debug: false,
preserve_relative_urls: true
});