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