Skip to content

Commit 3d76762

Browse files
Remove stray console log from Vite plugin (#14165)
1 parent a9b539b commit 3d76762

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-router-dev/vite/plugins/validate-plugin-order.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export default function validatePluginOrder(): Vite.Plugin {
1616
];
1717
for (let prePlugin of rollupPrePlugins) {
1818
let prePluginIndex = pluginIndex(prePlugin.pluginName);
19-
console.log(
20-
prePluginIndex,
21-
pluginIndex(["react-router", "react-router/rsc"]),
22-
);
2319
if (
2420
prePluginIndex >= 0 &&
2521
prePluginIndex > pluginIndex(["react-router", "react-router/rsc"])

0 commit comments

Comments
 (0)