Mercurial > code > home > repos > light9
changeset 1913:076f8551ae36
quiet some logs on live/
Ignore-this: 4e35636eb9b0a74ac777cd1dc2b53f3b
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 01 Jun 2019 11:03:16 +0000 |
parents | da950e4619f3 |
children | f1f426af34ed |
files | light9/web/live/live.coffee |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/live/live.coffee Sat Jun 01 11:02:54 2019 +0000 +++ b/light9/web/live/live.coffee Sat Jun 01 11:03:16 2019 +0000 @@ -313,7 +313,7 @@ value = @graph.floatValue(setting, pred) catch value = @graph.stringValue(setting, pred) - log('change: graph contains', devAttr, value) + #log('change: graph contains', devAttr, value) if @activeSettings.has(setting) @activeSettings.setValue(setting, value) @@ -470,7 +470,7 @@ for dev in @graph.sortedUris(@graph.subjects(U('rdf:type'), dc)) newDevs.push({uri: dev}) - log("controls update now has #{newDevs.length} devices") + #log("controls update now has #{newDevs.length} devices") syncArray(@, 'devices', newDevs, (a, b) -> a.uri.value == b.uri.value) return