Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jan 19, 2024
1 parent b6fd929 commit 6789822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default defineConfig({
external: ["react"],
output: {
manualChunks: (id) => {
console.log(id);
if (/webrtc-adapter\/dist\/utils/.test(id)) {
return "shim-utils";
}
Expand Down

0 comments on commit 6789822

Please sign in to comment.