Skip to content

Commit c67b00b

Browse files
Removed unused code in 202012
Signed-off-by: Vadym Hlushko <[email protected]>
1 parent 71858e7 commit c67b00b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/main.py

-6
Original file line numberDiff line numberDiff line change
@@ -4654,11 +4654,5 @@ def smoothing_interval(interval, rates_type):
46544654
counters_db.set('COUNTERS_DB', 'RATES:RIF', 'RIF_ALPHA', alpha)
46554655

46564656

4657-
# Load plugins and register them
4658-
helper = util_base.UtilHelper()
4659-
for plugin in helper.load_plugins(plugins):
4660-
helper.register_plugin(plugin, config)
4661-
4662-
46634657
if __name__ == '__main__':
46644658
config()

0 commit comments

Comments
 (0)