remove unrelated comments

This commit is contained in:
zapashcanon 2019-05-05 17:56:14 +02:00
parent 15517f890f
commit 152585ea1f
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
2 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@
"use strict";
// this is going to be used to represents points, but also direction, movements and blocks on the grid
export class Chrono {
/*:: start: number */
constructor () {

View File

@ -2,8 +2,6 @@
"use strict";
// this is going to be used to represents points, but also direction, movements and blocks on the grid
const samples = 20;
const samples_scaled = samples * 1000;