Skip to content

Commit

Permalink
Implemented a stageFile() method in Simulation
Browse files Browse the repository at this point in the history
Added many checks in Simulation.launch()
  • Loading branch information
henricasanova committed May 11, 2017
1 parent 7229a58 commit c1a987a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wrench/simulation/Simulation.cpp
Expand Up @@ -389,8 +389,6 @@ namespace wrench {
try {
storage_service->storeFile(file);
} catch (std::runtime_error e) {
XBT_INFO("EXCEPTION!!");
std::cerr << "WHAT = " << e.what() << std::endl;
throw e;
}

Expand Down

0 comments on commit c1a987a

Please sign in to comment.