Skip to content

Commit

Permalink
Remove debug print + bump version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel authored Apr 23, 2023
1 parent 98dc473 commit 1c27a69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ function ModuleLoader:clearModule(moduleToClear: ModuleScript)
end

for _, module in modulesToClear do
print("loadedModuleChanged", module:GetFullName())
self.loadedModuleChanged:Fire(module)
end
end
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vocksel/module-loader"
description = "Module loader class that bypasses Roblox's require cache"
version = "0.6.0"
version = "0.6.1"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 1c27a69

Please sign in to comment.