Skip to content

Commit c6c9d05

Browse files
committed
revert debugging
1 parent 996ba4f commit c6c9d05

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

crates/next-api/src/pages.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,12 +1017,7 @@ impl PageEndpoint {
10171017
ssr_module_graph,
10181018
current_availability_info,
10191019
)
1020-
.await
1021-
.context(format!(
1022-
"failed to find chunk group for {} for {:?}",
1023-
layout.ident().to_string().await?,
1024-
this.ty,
1025-
))?;
1020+
.await?;
10261021

10271022
current_chunks = current_chunks
10281023
.concatenate(*chunk_group.assets)

0 commit comments

Comments
 (0)