feat: clean up
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m44s

This commit is contained in:
max_richter 2024-05-02 20:57:20 +02:00
parent 8bd46a481a
commit 4c235fe24a
2 changed files with 0 additions and 4 deletions

View File

@ -46,8 +46,6 @@ pub fn execute(input: &[i32]) -> Vec<i32> {
let mut offset_vec = Vec3::ZERO; let mut offset_vec = Vec3::ZERO;
let original_length = path.get_length();
for i in 0..path.length - 1 { for i in 0..path.length - 1 {
let alpha = i as f32 / (path.length - 1) as f32; let alpha = i as f32 / (path.length - 1) as f32;
let start_index = i * 4; let start_index = i * 4;
@ -91,7 +89,6 @@ pub fn execute(input: &[i32]) -> Vec<i32> {
offset_vec += final_end_point - end_point; offset_vec += final_end_point - end_point;
} }
log!("length: {} final: {}", original_length, output.get_length());
output_data output_data
}) })
.collect(); .collect();

View File

@ -3,7 +3,6 @@
export let value = [0, 0, 0]; export let value = [0, 0, 0];
export let id = ''; export let id = '';
$: console.log(value);
</script> </script>
<div> <div>