0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-05-11 11:43:23 +02:00

remove unused variable

This commit is contained in:
casperlamboo 2017-05-19 10:49:10 +02:00 committed by Simon Voordouw
parent e1336581dc
commit a14cf8448d

@ -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];