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 + ''; }