Commit 93a947a1 authored by Tim Zallmann's avatar Tim Zallmann

Removed Console.log

parent d3cf0c24
......@@ -470,7 +470,6 @@ export default class Notes {
* Render note in discussion area. To render inline notes use renderDiscussionNote.
*/
renderDiscussionNote(noteEntity, $form) {
console.log('RENDER DISC NOTE');
var discussionContainer, form, row, lineType, diffAvatarContainer;
if (!Notes.isNewNote(noteEntity, this.note_ids)) {
......@@ -1132,7 +1131,6 @@ export default class Notes {
* Removes the form and if necessary it's temporary row.
*/
removeDiscussionNoteForm(form) {
console.log('REM DISC');
var glForm, row;
row = form.closest('tr');
glForm = form.data('glForm');
......
Markdown is supported
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