Skip to content

Commit ca03fd4

Browse files
committed
remove stray console log
1 parent bea7808 commit ca03fd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-router/lib/rsc/browser.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ function getFetchAndDecodeViaRSC(
407407
for (let [routeId, data] of Object.entries(payload[dataKey] || {})) {
408408
results.routes[routeId] = { data };
409409
}
410-
console.log("payload.errors", payload.errors);
411410
if (payload.errors) {
412411
for (let [routeId, error] of Object.entries(payload.errors)) {
413412
results.routes[routeId] = { error };

0 commit comments

Comments
 (0)