remove window.console.log

This commit is contained in:
Albert Yi
2018-04-12 13:58:28 -07:00
parent 9975b2dd35
commit c785d00eb6

View File

@@ -463,7 +463,6 @@ Danbooru.Note = {
},
success_handler: function(data, status, xhr) {
window.console.log("succes");
if (data.html_id) { // new note
var $note_body = Danbooru.Note.Body.find(data.html_id);
var $note_box = Danbooru.Note.Box.find(data.html_id);