chore: remove some old console.logs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { Box } from '@nodarium/types';
|
||||
import type { Color } from 'three';
|
||||
import { Vector3 } from 'three/src/math/Vector3.js';
|
||||
import Component from './Debug.svelte';
|
||||
import { lines, points, rects } from './store';
|
||||
@@ -11,7 +12,6 @@ export function debugPosition(x: number, y: number) {
|
||||
}
|
||||
|
||||
export function debugRect(rect: Box) {
|
||||
console.log(rect);
|
||||
rects.update((r) => {
|
||||
r.push(rect);
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user