移除后台代码中的console.log

This commit is contained in:
Argo-Lenovo 2016-11-18 22:55:57 +08:00
parent c534d2097f
commit 15a0261edd
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
});
});