Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
acedward committed Nov 13, 2024
1 parent 9382fdf commit 006003d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shinkai-libs/shinkai-tools-primitives/src/tools/js_toolkit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ impl JSToolkit {
}

fn extract_output_arg(definition: &ToolDefinition) -> ToolOutputArg {
println!("definition: {:?}", definition.name);
println!("definition.result: {:?}", definition.result);
ToolOutputArg {
json: definition.result.to_string(),
}
Expand Down

0 comments on commit 006003d

Please sign in to comment.