refactor(server/plugins): remove log statements to reduce clutter
This commit is contained in:
parent
b8a2de3121
commit
97b640f632
@ -8,8 +8,6 @@ export default defineNuxtPlugin({
|
|||||||
name: "mongo",
|
name: "mongo",
|
||||||
// enforce: 'pre',
|
// enforce: 'pre',
|
||||||
async setup(nuxtApp) {
|
async setup(nuxtApp) {
|
||||||
// net.setDefaultAutoSelectFamily(true)
|
|
||||||
console.log("plugin->connecting........");
|
|
||||||
await plugnplay();
|
await plugnplay();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user