File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/react-router-dev/config Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -522,8 +522,6 @@ export async function createConfigLoader({
522522 await new Promise ( ( resolve ) => fsWatcher ! . on ( "ready" , resolve ) ) ;
523523
524524 fsWatcher . on ( "all" , async ( eventName , rawFilepath ) => {
525- console . log ( "eventName" , eventName ) ;
526- console . log ( "rawFilepath" , rawFilepath ) ;
527525 let filepath = path . normalize ( rawFilepath ) ;
528526
529527 let appFileAddedOrRemoved =
@@ -536,8 +534,6 @@ export async function createConfigLoader({
536534 eventName === "change" &&
537535 filepath === path . normalize ( reactRouterConfigFile ) ;
538536
539- console . log ( "reactRouterConfigFileChanged" , reactRouterConfigFileChanged ) ;
540-
541537 let configModuleGraphChanged = Boolean (
542538 viteNodeContext . devServer ?. moduleGraph . getModuleById ( filepath )
543539 ) ;
You can’t perform that action at this time.
0 commit comments