mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Remove console logging
This commit is contained in:
parent
4a448ba5f9
commit
7e33051c7a
|
@ -231,10 +231,6 @@
|
||||||
var auto_tag = parseInt(auto_tag) + parseInt(x);
|
var auto_tag = parseInt(auto_tag) + parseInt(x);
|
||||||
x++; //text box increment
|
x++; //text box increment
|
||||||
|
|
||||||
console.log('Auto tag: ' + auto_tag);
|
|
||||||
console.log('X: ' + x);
|
|
||||||
//console.log('Incremented: ' + parseInt(incremented_tag));
|
|
||||||
|
|
||||||
box_html += '<span class="fields_wrapper">';
|
box_html += '<span class="fields_wrapper">';
|
||||||
box_html += '<div class="form-group"><label for="asset_tag" class="col-md-3 control-label">{{ trans('admin/hardware/form.tag') }} ' + x + '</label>';
|
box_html += '<div class="form-group"><label for="asset_tag" class="col-md-3 control-label">{{ trans('admin/hardware/form.tag') }} ' + x + '</label>';
|
||||||
box_html += '<div class="col-md-7 col-sm-12 required">';
|
box_html += '<div class="col-md-7 col-sm-12 required">';
|
||||||
|
|
Loading…
Reference in a new issue