From f6e04a42a0cc245b108cce51378eefcb2d533f68 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 30 Jul 2025 10:11:34 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/system.py b/modules/system.py index 963d73b..5fbe55b 100644 --- a/modules/system.py +++ b/modules/system.py @@ -70,12 +70,6 @@ else: if enableCmdHistory: trap_list = trap_list + ("history",) #help_message = help_message + ", history" - -# repeater list Configuration -if repeater_enabled: - from modules.locationdata import * # from the spudgunman/meshing-around repo - trap_list = trap_list + ("rlist", ) - help_message = help_message + ", rlist" # Location Configuration if location_enabled: