removing unnecessary console.log statement

This commit is contained in:
jaredevantabor
2017-01-06 15:36:22 -08:00
parent d5247c6d95
commit 8847110c23

View File

@@ -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