From 6b7a20e60c8e85ecd7573304443b9a6d6af96324 Mon Sep 17 00:00:00 2001 From: Luong Doan Date: Sat, 19 Jun 2021 06:10:32 +0000 Subject: [PATCH] Remove debug line --- templates/chat/chat.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/chat/chat.html b/templates/chat/chat.html index 291fc17..8bc2d49 100644 --- a/templates/chat/chat.html +++ b/templates/chat/chat.html @@ -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(); }