mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 03:23:48 +01:00
remove unused variable
This commit is contained in:
parent
c5a6f3cf14
commit
93c9040170
@ -4,8 +4,6 @@ import { PRECISION } from '../constants.js';
|
||||
export default function removePrecision(slices) {
|
||||
console.log('remove precision');
|
||||
|
||||
const start = new THREE.Vector2(0, 0);
|
||||
|
||||
for (let layer = 0; layer < slices.length; layer ++) {
|
||||
const slice = slices[layer];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user