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

git-svn-id: https://develop.svn.wordpress.org/trunk@22741 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-21 09:28:58 +00:00
parent ba3fbd26bd
commit 27515780f6
1 changed files with 0 additions and 1 deletions

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