Remove debug cruft from [33511].

see #32710.


git-svn-id: https://develop.svn.wordpress.org/trunk@33515 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2015-07-29 23:52:46 +00:00
parent 37605bdd38
commit 4f2573a707

View File

@@ -139,7 +139,6 @@
// Clear the search results.
$( '.clear-results' ).on( 'click keydown', function( event ) {
console.log(event);
if ( event.type === 'keydown' && ( 13 !== event.which && 32 !== event.which ) ) { // "return" or "space" keys only
return;
}