diff options
-rw-r--r-- | space.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ function Space(){ // CLASS } } } - //console.log(this.data); } this.towrite = function(charoffset){ // Does no splitting or anything like that. Just returns a list of triplets for the write function let writes = []; |