Skip to content

Commit

Permalink
remove dbg stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Mar 11, 2024
1 parent 0d70966 commit b3568e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hook.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ function M.apply(name, ...)
if (next(validT[name]) ~= nil) then
local sz = #validT[name]
for i=1,sz-1 do
io.stderr:write("Hook.apply: i:",i,"\n")
validT[name][i](...)
end
return validT[name][sz](...)
Expand Down

0 comments on commit b3568e2

Please sign in to comment.