aboutsummaryrefslogtreecommitdiff
path: root/space.js
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-12-20 01:28:52 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-12-20 01:28:52 -0500
commit725a4e932155ee943f4e2beff65b4c45656db89b (patch)
tree7387130c350bfb78901a5b02fd24b0a87465de3b /space.js
parent0b3e2931cfe4f252720db32957dc982ac893182a (diff)
removed extraneous print
Diffstat (limited to 'space.js')
-rw-r--r--space.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/space.js b/space.js
index 171df6c..ae0ee50 100644
--- a/space.js
+++ b/space.js
@@ -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 = [];