summaryrefslogtreecommitdiff
path: root/code/weightviswrapper.js
diff options
context:
space:
mode:
Diffstat (limited to 'code/weightviswrapper.js')
-rw-r--r--code/weightviswrapper.js2
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);
});