diff --git a/src/gui/query/editor_closed_query.h b/src/gui/query/editor_closed_query.h index 078775e0..4f22cdb6 100644 --- a/src/gui/query/editor_closed_query.h +++ b/src/gui/query/editor_closed_query.h @@ -42,7 +42,6 @@ public: return json; } catch (YAML::RepresentationException& e) { - BOOST_LOG_TRIVIAL(error) << "Error while closing editor: " << e.what(); throw YAML::RepresentationException(YAML::Mark::null_mark(), e.msg); } }