2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Cleanup javascript console log messages (#3706)

This commit is contained in:
Oliver
2022-09-22 09:30:04 +10:00
committed by GitHub
parent 829a9d8311
commit db3d9b551a
2 changed files with 3 additions and 4 deletions

View File

@ -154,7 +154,7 @@ function enableBreadcrumbTree(options) {
var label = options.label;
if (!label) {
console.log('ERROR: enableBreadcrumbTree called without supplying label');
console.error('enableBreadcrumbTree called without supplying label');
return;
}