Reduce console.log spam

This commit is contained in:
Bernd Bestel
2019-09-27 14:08:24 +02:00
parent 4aa575e0e8
commit 9ba4585143
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ Grocy.Components.UserfieldsForm.Load = function()
},
function(xhr)
{
console.log(xhr);
console.error(xhr);
}
);
}