提交 93a947a1 编写于 作者: T Tim Zallmann

Removed Console.log

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册