From 92afd5f232f5770fd096912551babca69ab620b4 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 30 Nov 2017 11:48:59 -0800 Subject: [PATCH] Removed debugging console code --- resources/views/partials/bootstrap-table.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index adb3c9b552..1f78566ad1 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -371,7 +371,6 @@ return '' + row.custom_fields[field_column_plain].value + ''; } } - console.log('NOT a URL!'); return row.custom_fields[field_column_plain].value; }