Skip to content
Snippets Groups Projects
Commit 4ac289e2 authored by Michael Davis's avatar Michael Davis
Browse files

[test] Removes debug throw from filesWrittenToTape

parent 769e65b1
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,6 @@ common::dataStructures::Tape OracleCatalogue::selectTapeForUpdate(rdbms::Conn &c
// filesWrittenToTape
//------------------------------------------------------------------------------
void OracleCatalogue::filesWrittenToTape(const std::set<TapeItemWrittenPointer> &events) {
throw exception::Exception("OracleCatalogue::filesWrittenToTape FAILED");
try {
if (events.empty()) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment