mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
removing unnecessary console.log statement
This commit is contained in:
@@ -21,7 +21,7 @@ export default
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
// Remove the clone from the dom
|
// Remove the clone from the dom
|
||||||
$breadcrumbClone.remove();console.log(availableWidth);
|
$breadcrumbClone.remove();
|
||||||
if(expandedBreadcrumbWidth > availableWidth) {
|
if(expandedBreadcrumbWidth > availableWidth) {
|
||||||
let widthToTrim = expandedBreadcrumbWidth - availableWidth;
|
let widthToTrim = expandedBreadcrumbWidth - availableWidth;
|
||||||
// Sort the crumbs from biggest to smallest
|
// Sort the crumbs from biggest to smallest
|
||||||
|
|||||||
Reference in New Issue
Block a user