Remove AABB creation logging
This commit is contained in:
parent
63333a04aa
commit
e303cbc5df
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ export default class AABB {
|
||||||
if (!AABB.aabbPool.has(this.aabbPoolString)) {
|
if (!AABB.aabbPool.has(this.aabbPoolString)) {
|
||||||
AABB.aabbPool.set(this.aabbPoolString, this);
|
AABB.aabbPool.set(this.aabbPoolString, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static createAABBPoolString(minX:number, minY:number, minZ:number, maxX:number, maxY:number, maxZ:number) {
|
public static createAABBPoolString(minX:number, minY:number, minZ:number, maxX:number, maxY:number, maxZ:number) {
|
||||||
|
|
Loading…
Reference in a new issue