diff --git a/application/command/token.php b/application/command/token.php index 904cfe6..2985a8d 100644 --- a/application/command/token.php +++ b/application/command/token.php @@ -60,8 +60,7 @@ protected function execute(Input $input, Output $output) break; case "list": foreach ($node_token as $key => $value) - $node_active = Cache::store('redis')->ttl("system_monitor:info:$key") > 0; - $output->writeln("$key: $value\nActive: ".($node_active?"Yes":"No")); + $output->writeln("$key: $value"); exit(0); case "help": $output->writeln("Node UUID token manager");