mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 17:00:59 +00:00
Remove debug console.log from with-deps example
This commit is contained in:
parent
32f032b6d1
commit
168bfe618e
1 changed files with 0 additions and 4 deletions
|
|
@ -10,10 +10,6 @@ import { Type } from "@sinclair/typebox";
|
|||
import ms from "ms";
|
||||
|
||||
export default function (pi: ExtensionAPI) {
|
||||
// Use the ms package to prove it loaded
|
||||
const uptime = ms(process.uptime() * 1000, { long: true });
|
||||
console.log(`[with-deps] Extension loaded. Process uptime: ${uptime}`);
|
||||
|
||||
// Register a tool that uses ms
|
||||
pi.registerTool({
|
||||
name: "parse_duration",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue