diff --git a/scripts/configlet b/scripts/configlet index 18ee933294..514870dfa4 100755 --- a/scripts/configlet +++ b/scripts/configlet @@ -208,11 +208,6 @@ def main(): if parse_only == False: for i in data: process_entry (do_update, i) - # Artificial sleep to give a pause between two entries - # so as to ensure that all internal daemons have digested the - # previous update, before the next one arrives. - # - time.sleep(3) else: print("Parsed:") print(data)