Skip to content

Commit

Permalink
Removed unused code in 202012
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Hlushko <[email protected]>
  • Loading branch information
vadymhlushko-mlnx committed Sep 10, 2021
1 parent 71858e7 commit c67b00b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4654,11 +4654,5 @@ def smoothing_interval(interval, rates_type):
counters_db.set('COUNTERS_DB', 'RATES:RIF', 'RIF_ALPHA', alpha)


# Load plugins and register them
helper = util_base.UtilHelper()
for plugin in helper.load_plugins(plugins):
helper.register_plugin(plugin, config)


if __name__ == '__main__':
config()

0 comments on commit c67b00b

Please sign in to comment.