Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Commit 020df40

Browse files
author
Avaer Kazmer
committed
Commented code cleanup
1 parent b2cda61 commit 020df40

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,14 +2067,6 @@
20672067
});
20682068
return object;
20692069
};
2070-
/* const _loadSceneSubMeshFromCoords = (x, z) => _getToken(x, z)
2071-
.then(token => {
2072-
// console.log('got token', token, {x, z});
2073-
return (token && token.id) ?
2074-
_makeMiningPlaceholderMesh(token.x, token.y, token)
2075-
:
2076-
_makeMiningMesh(token.x, token.y, token);
2077-
}); */
20782070

20792071
const _makeLabelMesh = s => {
20802072
const width = 2;

0 commit comments

Comments
 (0)