Quitar logs

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@38 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-07-27 09:04:33 +00:00
parent 847d7638a0
commit a3412614a7

View File

@ -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);