remove forgoten exception

This commit is contained in:
Abdullah Tahiri
2018-11-19 11:31:10 +01:00
committed by wmayer
parent b6a37e153f
commit 7216dba2f3
-4
View File
@@ -1855,10 +1855,6 @@ void Document::restore (void)
try {
Document::Restore(reader);
}
catch(Base::RestoreError &e) {
e.ReportException();
}
catch (const Base::Exception& e) {
Base::Console().Error("Invalid Document.xml: %s\n", e.what());
}