mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Don't log exception when just rethrowing it
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user