Mercurial > code > home > repos > homeauto
changeset 234:5bbcf7d9a5f5
logging
Ignore-this: c0ca71c5d996fe1d51fcf371179add0f
author | drewp@bigasterisk.com |
---|---|
date | Sat, 30 Jan 2016 06:45:55 -0800 |
parents | 4ebb5cc30002 |
children | 5ad229334a88 |
files | service/arduinoNode/static/output-widgets.html |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/service/arduinoNode/static/output-widgets.html Sat Jan 30 06:40:00 2016 -0800 +++ b/service/arduinoNode/static/output-widgets.html Sat Jan 30 06:45:55 2016 -0800 @@ -33,8 +33,6 @@ if (!streamedGraph.graph) { return; } - console.log('output-sender sees change to version', streamedGraph.version); - console.log('the index im about to read:', stringifyMap(streamedGraph.graph.quadStore.index)); var env = streamedGraph.graph.store.rdf; streamedGraph.graph.quadStore.quads({ subject: env.createNamedNode(this.subj), @@ -56,10 +54,9 @@ setTimeout(this.onResponse.bind(this), this.smallestRequestPeriodMs - dt); return; - } + } this.newRequestNeedsSending = false; this.lastSendMs = now; - console.log(Date.now(), 'sending', this.$.output.body); this.$.output.generateRequest(); }, browserChangedValue: function () { @@ -73,7 +70,6 @@ setTimeout(this.onResponse.bind(this), this.waitOnChangeMs); }, serverChangedValue: function(v) { - console.log('server gave', v); this.value = v; this.synced = true; }