mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Suppress console log
This commit is contained in:
parent
3e84d66c80
commit
b72429a303
|
@ -426,7 +426,7 @@ $(function() {
|
|||
$.ajax({
|
||||
url: "{{config('app.url') }}/api/statuslabels/"+status_id+"/deployable",
|
||||
success: function(data) {
|
||||
console.log(data);
|
||||
//console.log(data);
|
||||
$(".status_spinner").css("display", "none");
|
||||
|
||||
if(data == true){
|
||||
|
|
Loading…
Reference in a new issue