Skip to content

Commit 2dedb94

Browse files
committed
remove unused code
1 parent 5772235 commit 2dedb94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/entity.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,6 @@ export function getComponentClipboardRepresentation(entity, componentName) {
520520
return `${componentName}="${attributes}"`;
521521
}
522522

523-
function isEmpty(string) {
524-
return string === null || string === '';
525-
}
526-
527523
/**
528524
* Entity representation.
529525
*/

0 commit comments

Comments
 (0)