mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 04:35:19 +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 {}
|