diff --git a/README.md b/README.md index f69cc02..439c809 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ The NI LinuxRT Secured, Network-Attached Controller (SNAC) tool is a utility for admins to put a NILRT system into the SNAC configuration. -NOTICE: This tool is under-development and is very unsafe to run on a production system. - # Design diff --git a/nilrt_snac/__main__.py b/nilrt_snac/__main__.py index 03b2427..42853ae 100644 --- a/nilrt_snac/__main__.py +++ b/nilrt_snac/__main__.py @@ -25,7 +25,6 @@ def _configure(args: argparse.Namespace) -> int: """Configure SNAC mode.""" - logger.warning("!! THIS TOOL IS IN-DEVELOPMENT AND APPROPRIATE ONLY FOR DEVELOPER TESTING !!") logger.warning("!! Running this tool will irreversibly alter the state of your system. !!") logger.warning("!! If you are accessing your system using WiFi, you will lose connection. !!")