diff --git a/themes/blueprint/js/record.js b/themes/blueprint/js/record.js
index c63a97a8b30041863c4cb8ef195c181ccf41ca29..4bf332884d8fea8105978e2ed934785dbba938df 100644
--- a/themes/blueprint/js/record.js
+++ b/themes/blueprint/js/record.js
@@ -1,4 +1,4 @@
-/*global console, __dialogHandle, displayFormError, extractController, extractSource, getLightbox, path, refreshTagList, toggleMenu*/
+/*global __dialogHandle, displayFormError, extractController, extractSource, getLightbox, path, refreshTagList, toggleMenu*/
 
 /**
  * Functions and event handlers specific to record pages.
@@ -135,12 +135,6 @@ function ajaxTagUpdate(tag, remove) {
   }
   var recordId = $('#record_id').val();
   var recordSource = $('.hiddenSource').val();
-  console.log({
-      tag:'"'+tag.replace(/\+/g, ' ')+'"',
-      id:recordId,
-      source:recordSource,
-      remove:remove
-    });
   $.ajax({
     url:path+'/AJAX/JSON?method=tagRecord',
     type:'POST',