Skip to content

Commit

Permalink
ODC-553: Remove unecessary log output when setting ODC failure handler
Browse files Browse the repository at this point in the history
  • Loading branch information
simondsmart committed Mar 21, 2024
1 parent 5fe161e commit d41bb16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/odc/api/odc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ int odc_set_failure_handler(odc_failure_handler_t handler, void* context) {
return wrapApiFunction([handler, context] {
g_failure_handler = handler;
g_failure_handler_context = context;
eckit::Log::info() << "ODC setting failure handler fn." << std::endl;
});
}

Expand Down

0 comments on commit d41bb16

Please sign in to comment.