# HG changeset patch # User luisf # Date 1368121625 -3600 # Node ID 1194982f28bacd045a35dd140a1b8c0ecd1529f5 # Parent 5ea1a213c7a56e5affe9484ad03191dfe639cc21 Removed unnecessary debug/log message. diff -r 5ea1a213c7a5 -r 1194982f28ba plugins/redmine_bibliography/assets/javascripts/bibliography.js --- a/plugins/redmine_bibliography/assets/javascripts/bibliography.js Thu May 09 18:44:59 2013 +0100 +++ b/plugins/redmine_bibliography/assets/javascripts/bibliography.js Thu May 09 18:47:05 2013 +0100 @@ -1,6 +1,4 @@ $("#publication_bibtex_entry_attributes_entry_type").live("change", function() { - console.log("AJAX RULEZ"); - $.ajax({ type: "POST", url: "/publications/show_bibtex_fields",