Remove commented test code from main.cpp

This commit is contained in:
2026-03-19 12:55:19 +11:00
committed by GitHub
parent 009fb2f28c
commit 5749d461ca

View File

@@ -56,7 +56,5 @@ int main(int argc, char *argv[]) {
} else { } else {
std::cout << "Shell could not be detected\n"; std::cout << "Shell could not be detected\n";
} }
}
// test
return 0; return 0;
} }