diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-02 10:59:28 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-02 10:59:28 +0200 |
| commit | 1a7013588006e9e1efef766baf85fe528a5381a0 (patch) | |
| tree | a569eb1ba5edd2429cbb4370544b45665ebeaf38 /code | |
| parent | a91c4670de5516750a482860c73ca8ac835e6831 (diff) | |
| download | vortrag-knn-1a7013588006e9e1efef766baf85fe528a5381a0.tar.gz vortrag-knn-1a7013588006e9e1efef766baf85fe528a5381a0.zip | |
remove debug msg
Diffstat (limited to 'code')
| -rw-r--r-- | code/weightviswrapper.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/weightviswrapper.js b/code/weightviswrapper.js index aa18ae1..eec2a84 100644 --- a/code/weightviswrapper.js +++ b/code/weightviswrapper.js @@ -98,7 +98,6 @@ var WeightVisWrapper = (function() { self.ready = true; callback(); self.readyHooks.forEach(function(hook) { hook(); }); - console.log("ready"); // DEBUG }); }; @@ -167,7 +166,6 @@ var VisIntegrater = (function() { var self = this; this.slide = document.currentScript.parentElement; this.container = d3.select(this.slide).select(".visContainer"); - console.log(this.slide); this.slide.addEventListener("impress:stepenter", function() { enterCb(self.slide); }); |
