From 5749d461ca807d5ec947ba5cbc8d34e28e3ae8f8 Mon Sep 17 00:00:00 2001 From: nniro Date: Thu, 19 Mar 2026 12:55:19 +1100 Subject: [PATCH] Remove commented test code from main.cpp --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c2f50e0..cfbfc27 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,7 +56,5 @@ int main(int argc, char *argv[]) { } else { std::cout << "Shell could not be detected\n"; } - } -// test return 0; }