# HG changeset patch # User Drew Perttula # Date 2019-06-01 11:03:16 # Node ID 076f8551ae36295392f4305f7026f7186ea0db4f # Parent da950e4619f3d33e0a6424e395c7dd65759dc8de quiet some logs on live/ Ignore-this: 4e35636eb9b0a74ac777cd1dc2b53f3b diff --git a/light9/web/live/live.coffee b/light9/web/live/live.coffee --- a/light9/web/live/live.coffee +++ b/light9/web/live/live.coffee @@ -313,7 +313,7 @@ class GraphToControls 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 @@ coffeeElementSetup(class Light9LiveContr 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