Skip to content
Snippets Groups Projects
Commit f89d290d authored by Demian Katz's avatar Demian Katz
Browse files

Removed console.log call.

parent 9b3fe3ad
No related merge requests found
/*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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment