Removed confusing/wrong "All data loaded" log message.
authordeclerambaul <fabian.kaelin@gmail.com>
Mon, 30 Apr 2012 04:12:06 +0000 (00:12 -0400)
committerdeclerambaul <fabian.kaelin@gmail.com>
Mon, 30 Apr 2012 04:12:06 +0000 (00:12 -0400)
lib/main-dashboard.co

index 32cabf4..3cbffc1 100644 (file)
@@ -35,7 +35,7 @@ main = ->
 
 
 
-# Load data files
+# Load dygraph chart options
 Seq([   <[ CHART_OPTIONS_SPEC /schema/dygraph.json ]>
 ])
 .parEach_ (next, [key, url]) ->
@@ -47,6 +47,6 @@ Seq([   <[ CHART_OPTIONS_SPEC /schema/dygraph.json ]>
             next.ok()
         error : (err) -> console.error err
 .seq ->
-    console.log 'All data loaded!'
+    # console.log 'All data loaded!'
     jQuery main