diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php index 845ecf2..56a9d28 100644 --- a/wp-content/themes/score/video-slider.php +++ b/wp-content/themes/score/video-slider.php @@ -249,12 +249,6 @@ if (have_posts()) { var song = jQuery('#postdata-song-' + id).html(); var comments = jQuery('#postdata-comments-' + id).html(); - console.log('id => ' + id); - console.log('new_title => ' + new_title); - console.log('artist => ' + artist); - console.log('song => ' + song); - - var nUrl = oUrl + 'id/' + the_id; jQuery('#dedicate_this_song_button').attr("href", nUrl);