移除后台代码中的console.log
This commit is contained in:
parent
c534d2097f
commit
15a0261edd
|
@ -99,7 +99,6 @@
|
|||
return $.format(htmlUserTemplate, u.ID, u.FromIcon, u.FromDisplayName, u.Title, u.Period, u.Content);
|
||||
}).join('');
|
||||
$(html).insertAfter($('#msgHeaderMsgContent'));
|
||||
console.log(result);
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue