Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Sep 26, 2024
1 parent 1537e6c commit 35cc127
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1553,11 +1553,6 @@ impl<C: Comments> VisitMut for ServerActions<C> {
text: generate_server_actions_comment(actions).into(),
},
);

if !self.config.is_react_server_layer {
// Make it the first item
// new.rotate_right(1);
}
}

// import { cache as $cache } from "private-next-rsc-cache-wrapper";
Expand Down

0 comments on commit 35cc127

Please sign in to comment.