Don't log exception when just rethrowing it

This commit is contained in:
Oliver Hamlet
2016-12-14 22:22:27 +00:00
parent 5d2f40307f
commit f3628a439a
-1
View File
@@ -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);
}
}