remove window.console.log
This commit is contained in:
@@ -463,7 +463,6 @@ Danbooru.Note = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
success_handler: function(data, status, xhr) {
|
success_handler: function(data, status, xhr) {
|
||||||
window.console.log("succes");
|
|
||||||
if (data.html_id) { // new note
|
if (data.html_id) { // new note
|
||||||
var $note_body = Danbooru.Note.Body.find(data.html_id);
|
var $note_body = Danbooru.Note.Body.find(data.html_id);
|
||||||
var $note_box = Danbooru.Note.Box.find(data.html_id);
|
var $note_box = Danbooru.Note.Box.find(data.html_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user