Remove debug line

This commit is contained in:
Luong Doan 2021-06-19 06:10:32 +00:00
parent a9e7a58e95
commit 6b7a20e60c

View file

@ -47,7 +47,6 @@
function remove_day_if_today() {
$('.message_date').each(function() {
sent_date = $(this).html()
console.log(sent_date);
if (sent_date === "{{today}}") {
$(this).hide();
}