Skip to content

Commit aa5b767

Browse files
committed
Up
1 parent 195029c commit aa5b767

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sudokill.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ if (existsSync(LOGINLINGERDIR)) {
3535

3636
ignoreUsers.root = true;
3737

38-
if (opts.test) {
39-
console.log('Ignoring users: ' + Object.keys(ignoreUsers).join(','));
40-
}
41-
4238
// process and filter output
4339
const splitTest = /^([\w.-]+\+?) +(\d+) +(\d+) +(\d+) +(\d+) (.+)$/;
4440
const lists = psOutput

0 commit comments

Comments
 (0)