Skip to content

Commit a62f1ed

Browse files
committed
Remove spurious log
1.8.1
1 parent 7ca6b34 commit a62f1ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ async function main(argv) {
120120
string: ['pass', 'pin'],
121121
});
122122

123-
console.log(options);
124-
125123
if (options.v || options.version) {
126124
// eslint-disable-next-line global-require
127125
console.log(require('../package.json').version);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ps4-waker",
33
"description": "Wake your PS4 over LAN (and more!) with help from the Playstation App",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"author": "Daniel Leong",
66
"license": "MIT",
77
"main": "index.js",

0 commit comments

Comments
 (0)