Media: Remove debug cruft. props ocean90. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-21 09:28:58 +00:00
parent 76d4e0c954
commit a763641235

View File

@ -505,7 +505,6 @@
// Limit the library to images only.
library.props.set( 'type', 'image' );
console.log('set', library.props.toJSON(), library.filters );
// Watch for uploaded attachments.
this.get('library').observe( wp.Uploader.queue );