mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Reduce console.log spam
This commit is contained in:
parent
4aa575e0e8
commit
9ba4585143
@ -87,7 +87,7 @@ Grocy.Components.UserfieldsForm.Load = function()
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
console.log(xhr);
|
||||
console.error(xhr);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
@ -330,7 +330,7 @@ $(document).on("click", "#save-description-button", function(e)
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
console.log(xhr);
|
||||
console.error(xhr);
|
||||
}
|
||||
);
|
||||
});
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
var jsonData = {};
|
||||
jsonData.userentity_id = Grocy.EditObjectParentId;
|
||||
console.log(jsonData);
|
||||
|
||||
Grocy.FrontendHelpers.BeginUiBusy("userobject-form");
|
||||
|
||||
if (Grocy.EditMode === 'create')
|
||||
|
Loading…
x
Reference in New Issue
Block a user