remove extra line

This commit is contained in:
Ivan Blinkov 2020-06-17 10:54:06 +03:00
parent 8b50e3450b
commit 102628ff09

View File

@ -226,7 +226,6 @@ void SentryWriter::onFault(int sig, const siginfo_t & info, const ucontext_t & c
sentry_value_t threads = sentry_value_new_object();
sentry_value_set_by_key(threads, "values", values);
sentry_value_set_by_key(event, "threads", threads);
LOG_INFO(logger, "Sending crash report");