Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowGnarly authored Jun 7, 2024
1 parent 467a162 commit 9657055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/lune-std/src/library.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ impl LuneStandardLibrary {
pub fn inject_lune_standard_libraries(
context_builder: &mut GlobalsContextBuilder,
) -> LuaResult<()> {
println!("{:?}", LuneStandardLibrary::ALL);
context_builder.with_alias("lune", |modules| {
for x in LuneStandardLibrary::ALL {
modules.insert(x.name(), x.module_creator());
Expand Down

0 comments on commit 9657055

Please sign in to comment.