Remove log statements
This commit is contained in:
parent
94458b3907
commit
1ab29e05b1
|
@ -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]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue