diff options
author | Holden Rohrer <holden.rohrer@gmail.com> | 2019-12-20 01:28:52 -0500 |
---|---|---|
committer | Holden Rohrer <holden.rohrer@gmail.com> | 2019-12-20 01:28:52 -0500 |
commit | 725a4e932155ee943f4e2beff65b4c45656db89b (patch) | |
tree | 7387130c350bfb78901a5b02fd24b0a87465de3b | |
parent | 0b3e2931cfe4f252720db32957dc982ac893182a (diff) |
removed extraneous print
-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 = []; |