changeset 1275:1194982f28ba redmine-2.2-integration

Removed unnecessary debug/log message.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 May 2013 18:47:05 +0100
parents 5ea1a213c7a5
children 20a6b12d1aba
files plugins/redmine_bibliography/assets/javascripts/bibliography.js
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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",