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:
parent
76d4e0c954
commit
a763641235
|
@ -505,7 +505,6 @@
|
||||||
|
|
||||||
// Limit the library to images only.
|
// Limit the library to images only.
|
||||||
library.props.set( 'type', 'image' );
|
library.props.set( 'type', 'image' );
|
||||||
console.log('set', library.props.toJSON(), library.filters );
|
|
||||||
|
|
||||||
// Watch for uploaded attachments.
|
// Watch for uploaded attachments.
|
||||||
this.get('library').observe( wp.Uploader.queue );
|
this.get('library').observe( wp.Uploader.queue );
|
||||||
|
|
Loading…
Reference in New Issue