From c785d00eb65b0a24ae4e69c85ed0e315235f791e Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Thu, 12 Apr 2018 13:58:28 -0700 Subject: [PATCH] remove window.console.log --- app/assets/javascripts/notes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/notes.js b/app/assets/javascripts/notes.js index 0d8979625..a588f9e9f 100644 --- a/app/assets/javascripts/notes.js +++ b/app/assets/javascripts/notes.js @@ -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);