Skip to content

Commit

Permalink
Remove log & add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gohabereg committed Aug 29, 2024
1 parent 153d09e commit ff2fb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ export default class Core {
*/
#caretAdapter: CaretAdapter;

/**
* Inversion of Control container for dependency injections
*/
#iocContainer: ContainerInstance;

/**
Expand Down
2 changes: 0 additions & 2 deletions packages/core/src/tools/ToolsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ export default class ToolsManager {
}

this.#availableTools.set(toolName, tool);

console.log(this.#availableTools.entries());
} catch (e) {
console.error(`Tool ${toolName} failed to prepare`, e);

Expand Down

0 comments on commit ff2fb1b

Please sign in to comment.