mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
Reduce console.log spam
This commit is contained in:
@@ -87,7 +87,7 @@ Grocy.Components.UserfieldsForm.Load = function()
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
console.log(xhr);
|
||||
console.error(xhr);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user