Skip to content

Commit

Permalink
fix: removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jan 17, 2022
1 parent d2abba1 commit 78cd664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/mite-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ function main(period) {
const opts = program.opts();

const requestOpts = getRequestOptions(period, opts);
console.log(requestOpts);
// "columns" default option is different
if (!opts.columns) {
// when groupBy is used, make sure that revenue and duration are used
Expand Down

0 comments on commit 78cd664

Please sign in to comment.