Remove binding.irb call from Cache that was accidently left in...

This commit is contained in:
2026-01-28 10:39:23 -06:00
parent 208f2b8a39
commit 68af00bd2f

View File

@@ -90,8 +90,6 @@ class W3DHub
result = true
end
binding.irb unless response
if response&.status == 200 || response&.status == 206
result = true
else