aboutsummaryrefslogtreecommitdiff
path: root/software/animation.ino
diff options
context:
space:
mode:
Diffstat (limited to 'software/animation.ino')
-rw-r--r--software/animation.ino2
1 files changed, 0 insertions, 2 deletions
diff --git a/software/animation.ino b/software/animation.ino
index 1893abe..71ad74b 100644
--- a/software/animation.ino
+++ b/software/animation.ino
@@ -23,8 +23,6 @@ void fill_plane(unsigned int direction, unsigned int offset) {
index += (i / 4) * weights[(direction + 1) % 3];
index += (i % 4) * weights[(direction + 2) % 3];
- Serial.print("xyz"[direction]);
-
led_state[led_map[index]] = 1;
}
}