diff --git a/CMakeLists.txt b/CMakeLists.txt index f72725a3..0a558481 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() # Define project project(Monitoring - VERSION 3.19.6 + VERSION 3.19.7 DESCRIPTION "O2 Monitoring library" LANGUAGES CXX ) diff --git a/src/sendMetric.cxx b/src/sendMetric.cxx index 81acea39..c2f2f72d 100644 --- a/src/sendMetric.cxx +++ b/src/sendMetric.cxx @@ -122,8 +122,6 @@ int main(int argc, char** argv) printf("Undefined exception\n"); } - MonitoringMeric - if (!isOk) { printf("Failed to send metric\n"); return -1;