移除log

This commit is contained in:
stonewu 2023-08-10 17:12:19 +08:00
parent ec253ed2f3
commit 137f2331d0
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
$(".aside-list time").each(function () {
var timeVal = $(this).attr("datetime");
$(this).text(btf.diffDateExact(timeVal,true));
console.log(1);
})
});
</script>