Skip to content

Commit

Permalink
Removing commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>
  • Loading branch information
saratvemulapalli committed Sep 13, 2022
1 parent 57d6e84 commit 540fa4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/main/java/org/opensearch/action/ActionModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,6 @@ public <Request extends ActionRequest, Response extends ActionResponse> void reg
// Remote Store
actions.register(RestoreRemoteStoreAction.INSTANCE, TransportRestoreRemoteStoreAction.class);

// Extensions
// actions.register(ExtensionsAction.INSTANCE, TransportExtensionsAction.class);

return actions.getRegistry();
}

Expand Down

0 comments on commit 540fa4b

Please sign in to comment.