refactor(server/plugins): remove log statements to reduce clutter

This commit is contained in:
parent b8a2de3121
commit 97b640f632
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -8,8 +8,6 @@ export default defineNuxtPlugin({
name: "mongo",
// enforce: 'pre',
async setup(nuxtApp) {
// net.setDefaultAutoSelectFamily(true)
console.log("plugin->connecting........");
await plugnplay();
},
});