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

git-svn-id: https://develop.svn.wordpress.org/trunk@23757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-19 21:38:51 +00:00
parent a717e97dee
commit 067dff66cf

View File

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