We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195029c commit aa5b767Copy full SHA for aa5b767
1 file changed
sudokill.js
@@ -35,10 +35,6 @@ if (existsSync(LOGINLINGERDIR)) {
35
36
ignoreUsers.root = true;
37
38
-if (opts.test) {
39
- console.log('Ignoring users: ' + Object.keys(ignoreUsers).join(','));
40
-}
41
-
42
// process and filter output
43
const splitTest = /^([\w.-]+\+?) +(\d+) +(\d+) +(\d+) +(\d+) (.+)$/;
44
const lists = psOutput
0 commit comments