From e18df250f8b80f6d68d7ab22c1307e270ca01091 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 3 Jul 2025 20:08:08 +0100 Subject: [PATCH] Removed console debugging Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index b198372bb4..1435fea97c 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -52,7 +52,6 @@ // This allows us to override the table defaults set below using the data-dash attributes var table = this; var data_with_default = function (key,default_value) { - console.dir($(table).data()); attrib_val = $(table).data(key); if(attrib_val !== undefined) { return attrib_val; @@ -916,7 +915,6 @@ function fileUploadNameFormatter(value) { - console.dir(value); if ((value) && (value.filename) && (value.url)) { return '' + value.filename + ''; }