mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 04:35:19 +01:00
initial commit
This commit is contained in:
5
lib/utils/log.ts
Normal file
5
lib/utils/log.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Simple logging utility
|
||||
* @param message Message to log
|
||||
*/
|
||||
export function log(_message: string): void {}
|
||||
Reference in New Issue
Block a user