Skip to content

Commit c94932f

Browse files
xandrissagarkarira
authored andcommitted
oops, remove some debugging code
1 parent d58e381 commit c94932f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ const {argv} = require('yargs')
4747
.strict()
4848
.help('help');
4949

50-
console.log(argv);
51-
52-
const {emojis, country} = argv;
53-
5450
(country === 'all' ? getCompleteTable(argv) : getCountryTable(country, argv))
5551
.then(console.log)
5652
.catch(console.error);

0 commit comments

Comments
 (0)