From bf98efce677450568e6bcb4d0c3d6f592f1d374d Mon Sep 17 00:00:00 2001 From: lemoer Date: Fri, 20 Jun 2025 11:04:44 +0200 Subject: [PATCH] Remove debug prints --- lib/main.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 677e073..7ca3f7a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -108,10 +108,6 @@ class _MyHomePageState extends State { SSHSocket? socket; try { - if (keyPair != null) { - print(keyPair!.toPem()); - } - socket = await SSHSocket.connect( '192.168.2.123', 22, @@ -142,8 +138,6 @@ class _MyHomePageState extends State { }); return; } - - print("foo"); } else { // Generate a key pair