We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380e31a commit 33a6d21Copy full SHA for 33a6d21
src/index.ts
@@ -9,7 +9,6 @@ import { VERSION } from './config/version.js';
9
if (process.env.NODE_ENV === 'development') {
10
try {
11
await import('mcps-logger/console');
12
- console.log('mcps-logger loaded');
13
} catch {
14
console.warn('mcps-logger not available in production environment');
15
}
0 commit comments