Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
corbin-c committed Jun 2, 2020
1 parent 09346b6 commit d3db9c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ let displayRecord = async (record,help=false) => {
}
show(e.code,"\t "+e.value);
} else {
console.log();
show(" "+e.code+" ",(help)?invert((e.label||"").split("\n")[0]):" ");
show("indicators",e.indicator.replace(/ /g,"_")+((help)?"\t"+invert(
(e.indicators_label || []).filter(e => typeof e !== "undefined").join(" | ")
Expand Down

0 comments on commit d3db9c0

Please sign in to comment.