MINOR: removed debug statements (from r91543)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92470 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 02:00:47 +00:00
parent 8f10690a1b
commit d6eaea02b1

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
});