# HG changeset patch # User Drew Perttula # Date 1559386996 0 # Node ID 076f8551ae36295392f4305f7026f7186ea0db4f # Parent da950e4619f3d33e0a6424e395c7dd65759dc8de quiet some logs on live/ Ignore-this: 4e35636eb9b0a74ac777cd1dc2b53f3b diff -r da950e4619f3 -r 076f8551ae36 light9/web/live/live.coffee --- 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