This is usually just the iq error from a backend with no commands

Stephen Paul Weber created

Change summary

lib/backend_sgx.rb | 1 -
1 file changed, 1 deletion(-)

Detailed changes

lib/backend_sgx.rb 🔗

@@ -58,7 +58,6 @@ class BackendSgx
 		iq = Blather::Stanza::DiscoItems.new(:get, COMMANDS_DISCO_NODE)
 		iq.to = ""
 		IQ_MANAGER.write(stanza(iq)).then(&:items).catch { |e|
-			Sentry.capture_exception(e)
 			[]
 		}
 	end