diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-08 20:01:29 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-08 20:01:29 +0200 |
| commit | 71d6973d350595ffbe29f5d791ec8972ccc23416 (patch) | |
| tree | 7fcea2a605fa7652c2df8092213cc9107321f728 /code | |
| parent | a6333604563ac36e510b6dc113336d3478fb4211 (diff) | |
| download | vortrag-knn-71d6973d350595ffbe29f5d791ec8972ccc23416.tar.gz vortrag-knn-71d6973d350595ffbe29f5d791ec8972ccc23416.zip | |
optimize further for 800x600
Diffstat (limited to 'code')
| -rw-r--r-- | code/bostonset.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/bostonset.js b/code/bostonset.js index f5f1264..bfdbb63 100644 --- a/code/bostonset.js +++ b/code/bostonset.js @@ -36,7 +36,6 @@ var Bostonset = (function() { }; Bostonset.prototype.attributes = function() { - console.log(attrs); return attrs; }; |
