Remove debug line
This commit is contained in:
parent
a9e7a58e95
commit
6b7a20e60c
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue