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

[test] Removes debug throw from filesWrittenToTape

parent 629298cc
Branches
Tags
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.
Please register or to comment