From a553da699d01aba65dbd630a247342c574e29a20 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 19 Mar 2013 21:38:51 +0000 Subject: [PATCH] Twenty Thirteen: remove logging code, accidentally added in r23676. git-svn-id: http://core.svn.wordpress.org/trunk@23757 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/js/functions.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/js/functions.js b/wp-content/themes/twentythirteen/js/functions.js index 0fa3ed7453..a11ae77ff5 100644 --- a/wp-content/themes/twentythirteen/js/functions.js +++ b/wp-content/themes/twentythirteen/js/functions.js @@ -18,8 +18,6 @@ if ( margin > 0 && window.innerWidth > 999 ) $( '#colophon' ).css( 'margin-top', margin + 'px' ); - else - console.log( 'nothing' ); }, /**