Remove log statements

This commit is contained in:
Andrew Kingston 2020-11-17 12:09:02 +00:00
parent 94458b3907
commit 1ab29e05b1
1 changed files with 0 additions and 4 deletions

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]
}