diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index 2388f2ed..fec114c7 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -722,7 +722,6 @@ def conserver_command(filehandle, localcommand): if localcommand[1] == 'o': # off sys.stdout.write("powering off...") sys.stdout.flush() - consume_termdata(session.connection) run_inline_command('/power/state', 'off', 'complete]') elif localcommand[1] == 's': # shutdown sys.stdout.write("shutting down...")