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