Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 31, 2023
1 parent 2fdeb4c commit 742d087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function setupDevToolsUI(options: ModuleOptions, resolve: Resolver['resol
followRedirects: true,
rewrite: path => path.replace(DEVTOOLS_UI_ROUTE, ''),
}
console.log('adding proxy settings', config.server.proxy)
})
}

Expand Down

0 comments on commit 742d087

Please sign in to comment.