mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 12:45:28 +01:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
/**
|
|
* Simple logging utility
|
|
* @param message Message to log
|
|
*/
|
|
export function log(_message: string): void {}
|