From 68af00bd2f8cb118bd5677fa6b0b73ac9b1ca1e4 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 28 Jan 2026 10:39:23 -0600 Subject: [PATCH] Remove binding.irb call from Cache that was accidently left in... --- lib/cache.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cache.rb b/lib/cache.rb index 54b1988..0aa2273 100644 --- a/lib/cache.rb +++ b/lib/cache.rb @@ -90,8 +90,6 @@ class W3DHub result = true end - binding.irb unless response - if response&.status == 200 || response&.status == 206 result = true else