Twenty Thirteen: remove logging code, accidentally added in r23676.

git-svn-id: http://core.svn.wordpress.org/trunk@23757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-19 21:38:51 +00:00
parent afa85abb5c
commit a553da699d

View File

@ -18,8 +18,6 @@
if ( margin > 0 && window.innerWidth > 999 )
$( '#colophon' ).css( 'margin-top', margin + 'px' );
else
console.log( 'nothing' );
},
/**