Skip to content

Commit

Permalink
chore: remove sneaky println that snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
w-henderson committed Jan 25, 2024
1 parent f73f2c8 commit dd8fccf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stuart/src/plugins/js/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ pub fn load_js_plugin(path: impl AsRef<Path>) -> Result<Plugin, String> {
}) as Box<dyn FunctionParser>);
}

println!("Loaded JavaScript plugin: {} v{}", name, version);

Ok(Plugin {
name,
version,
Expand Down

0 comments on commit dd8fccf

Please sign in to comment.