Update how_to_log.js

pull/6/head
Andreas Gysin 2022-04-03 14:20:26 +02:00
rodzic 177cd476dd
commit 4465f66f45
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ export function main(coord, context, cursor, buffer) {
// the console will be flooded with data very quickly!
// Output can be limited to one cell and every 10 frames, for example:
if (coord.index == 100 && context.frame % 10 == 0) {
// console.clear()
console.log("dist = " + dist)
}