Skip to content

Commit

Permalink
Merge pull request #1082 from MetPX/remove_useless_plugins
Browse files Browse the repository at this point in the history
remove plugins that are useless and will not run.
  • Loading branch information
petersilva authored Jun 1, 2024
2 parents b7f917a + e21f077 commit c5d0f90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.
2 changes: 0 additions & 2 deletions sarracenia/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ def __repr__(self) -> str:
'msg_rename_dmf': [ 'callback', 'accept.renamedmf.RenameDMF'],
'msg_hour_tree': [ 'callback', 'accept.hourtree.HourTree'],
'msg_renamer': [ 'callback', 'accept.renamer.Renamer'],
'msg_2http': [ 'callback', 'accept.tohttp.ToHttp'],
'msg_2local': [ 'callback', 'accept.tolocal.ToLocal'],
'msg_http_to_https': [ 'callback', 'accept.httptohttps.HttpToHttps'],
'msg_speedo': [ 'callback', 'accept.speedo.Speedo'],
'msg_WMO_type_suffix': [ 'callback', 'accept.wmotypesuffix.WmoTypeSuffix'],
Expand Down
49 changes: 0 additions & 49 deletions sarracenia/flowcb/accept/tohttp.py

This file was deleted.

82 changes: 0 additions & 82 deletions sarracenia/flowcb/accept/tolocal.py

This file was deleted.

0 comments on commit c5d0f90

Please sign in to comment.