We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c2c5a commit a41fdb1Copy full SHA for a41fdb1
crates/next-custom-transforms/src/transforms/server_actions.rs
@@ -1917,10 +1917,6 @@ impl<C: Comments> VisitMut for ServerActions<C> {
1917
.into(),
1918
),
1919
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.
1924
span: call_expr_span,
1925
callee: Callee::Expr(Box::new(Expr::Ident(
1926
create_ref_ident.clone(),
0 commit comments