diff options
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js index 9ec3a06..21963f1 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -133,7 +133,6 @@ Matrix.prototype.getCell = function(x,y){ Matrix.prototype.resize = function(w,h){ w = w || canvas.w h = h || canvas.h - console.log("resize to", w, h) var div, row, lex var f = this.f, old_h = this.aa.length, old_w = this.aa[0].length var rapper = this.rapper |
