Remove dead (and broken) sentry panic

Stephen Paul Weber created

Change summary

sgx_jmp.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

sgx_jmp.rb 🔗

@@ -744,7 +744,7 @@ Command.new(
 				cmd.form.type = "submit"
 			}).then { |result|
 				TEL_SELECTIONS.set(result.form.field("from")&.value.to_s.strip, tel)
-			}.then { Command.finish }.catch { |e| panic(e, sentry_hub) }
+			}.then { Command.finish }
 		end
 	end
 }.register(self).then(&CommandList.method(:register))