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

Removed Console.log

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