1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Remove log statements

This commit is contained in:
Andrew Kingston 2020-11-17 12:09:02 +00:00
parent e11656fa24
commit 65610fde3c

View file

@ -13,10 +13,6 @@
// Extracts the actual component name from the library name
function extractComponentName(name) {
console.log(name)
if (name == null) {
console.log(definition)
}
const split = name.split("/")
return split[split.length - 1]
}