Skip to content

Commit

Permalink
nits: kill a print statement, trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Feb 24, 2015
1 parent 8b9423f commit f665f1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spark.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function getYarnAppInfo() {
prefix: ARGS.prefix,
now: now,
from: from,
to: to,
to: to
};
} else {
return ;
Expand Down Expand Up @@ -366,7 +366,6 @@ function merge(src, dest) {
// Base function to set some boilerplate panel-configuration values.
function panel(title, targets, opts, showLegend) {
var legendVar = (showLegend == undefined) ? legends : showLegend;
console.log(legendVar);
return merge(
opts,
{
Expand Down Expand Up @@ -515,7 +514,7 @@ var threadpool_row = {
fill: 10,
nullPointMode: 'null as zero',
tooltip: {
value_type: "individual",
value_type: "individual"
}
}
),
Expand Down

0 comments on commit f665f1a

Please sign in to comment.