Skip to content

Commit a41fdb1

Browse files
committed
Remove comment
1 parent 96c2c5a commit a41fdb1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/next-custom-transforms/src/transforms/server_actions.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1917,10 +1917,6 @@ impl<C: Comments> VisitMut for ServerActions<C> {
19171917
.into(),
19181918
),
19191919
init: Some(Box::new(Expr::Call(CallExpr {
1920-
// In development we generate these spans for
1921-
// sourcemapping with better logs/errors
1922-
// For production this is not generated because it would
1923-
// leak server code when available from the browser.
19241920
span: call_expr_span,
19251921
callee: Callee::Expr(Box::new(Expr::Ident(
19261922
create_ref_ident.clone(),

0 commit comments

Comments
 (0)