summaryrefslogtreecommitdiff
path: root/rect.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-04-12 03:01:39 -0400
committerJulie Lala <jules@okfoc.us>2014-04-12 03:01:39 -0400
commitad3c9f89e76b1221fb6ee096f0ad7c0c395f000c (patch)
tree1fe1e64ef59a75583f4f479b8049af9388bb6b4c /rect.js
parentc5f3ae57f3e1694f41409449dce71edc5dde2e6e (diff)
tree
Diffstat (limited to 'rect.js')
-rw-r--r--rect.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/rect.js b/rect.js
index 732a344..f1f19e1 100644
--- a/rect.js
+++ b/rect.js
@@ -122,8 +122,6 @@ rect.prototype.split = function(r){
else { // if (r.y.contains(this.y.a) && this.y.contains(r.y.b)) {
y_intervals.push( new vec2( this.y.a, this.y.b ))
}
-if (zz)
-console.log(x_intervals.length, y_intervals.length)
x_intervals.forEach(function(x){
y_intervals.forEach(function(y){