diff --git a/cpp/src/arrow/util/logging.cc b/cpp/src/arrow/util/logging.cc index 04fcf3d3ed61..674f87e0c7e7 100644 --- a/cpp/src/arrow/util/logging.cc +++ b/cpp/src/arrow/util/logging.cc @@ -67,10 +67,6 @@ class CerrLog { if (has_logged_) { std::cerr << std::endl; } - if (severity_ == ArrowLogLevel::ARROW_FATAL) { - PrintBackTrace(); - std::abort(); - } } std::ostream& Stream() {