From 7e33051c7ab06c5eeb30fe55ed6e3666f558082c Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 5 Oct 2018 03:44:30 -0700 Subject: [PATCH] Remove console logging --- resources/views/hardware/edit.blade.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/resources/views/hardware/edit.blade.php b/resources/views/hardware/edit.blade.php index f0ecc94d4..2a792d97f 100755 --- a/resources/views/hardware/edit.blade.php +++ b/resources/views/hardware/edit.blade.php @@ -230,11 +230,7 @@ if (x < max_fields) { var auto_tag = parseInt(auto_tag) + parseInt(x); x++; //text box increment - - console.log('Auto tag: ' + auto_tag); - console.log('X: ' + x); - //console.log('Incremented: ' + parseInt(incremented_tag)); - + box_html += ''; box_html += '
'; box_html += '
';