remove forgoten exception

This commit is contained in:
Abdullah Tahiri
2018-11-18 02:41:20 +01:00
committed by wmayer
parent b6a37e153f
commit 7216dba2f3

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());
}