projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
69160f6
)
Adds support for DataSet.removeMetric()
author
David Schoonover
<dsc@wikimedia.org>
Tue, 22 May 2012 13:54:02 +0000 (06:54 -0700)
committer
David Schoonover
<dsc@wikimedia.org>
Tue, 22 May 2012 13:54:02 +0000 (06:54 -0700)
lib/dataset/metric-model.co
patch
|
blob
|
history
diff --git
a/lib/dataset/metric-model.co
b/lib/dataset/metric-model.co
index
7083738
..
6f3b311
100644
(file)
--- a/
lib/dataset/metric-model.co
+++ b/
lib/dataset/metric-model.co
@@
-80,7
+80,7
@@
Metric = exports.Metric = BaseModel.extend do # {{{
unless source_id and @get('source_col') >= 0
return @triggerReady()
- console.log "#this.load()..."
+ # console.log "#this.load()..."
@updateId()
@loading = true
@wait()
@@
-93,7
+93,7
@@
Metric = exports.Metric = BaseModel.extend do # {{{
if err
console.error "#{this} Error loading DataSource! #err"
else
- console.log "#{this}.load() complete!"
+ # console.log "#{this}.load() complete!"
@source = source
@is_def_label = @isDefaultLabel()
@updateId()