From 067dff66cf4aaf0f615bb9cec78b6f9b89ed0841 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: https://develop.svn.wordpress.org/trunk@23757 602fd350-edb4-49c9-b593-d223f7449a82 --- 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' ); }, /**