From 1346e98a9d63cec4767a779212c694a06fd6f048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Sun, 12 Sep 2021 14:11:08 +0000 Subject: [PATCH] Bug 28653: (QA follow-up) Remove debug message used during development MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index 250ae1ca1e..44a595173d 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -302,7 +302,6 @@ $(document).ready(function() { "iDataSort": 2, // Sort on hidden unformatted date due column "mDataProp": function( oObj ) { var due = oObj.date_due_formatted; - console.log(due); if ( oObj.date_due_overdue ) { due = "" + due + ""; } -- 2.20.1