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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user