From fddac3bd320b8e37b04073c2833b6fb3a2fbb90b Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Fri, 25 Mar 2022 13:36:16 -0700 Subject: [PATCH] Code changes after analyzer --- src/RESTAPI/RESTAPI_board_timepoint_handler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RESTAPI/RESTAPI_board_timepoint_handler.cpp b/src/RESTAPI/RESTAPI_board_timepoint_handler.cpp index a339a3f..8338e26 100644 --- a/src/RESTAPI/RESTAPI_board_timepoint_handler.cpp +++ b/src/RESTAPI/RESTAPI_board_timepoint_handler.cpp @@ -138,12 +138,12 @@ namespace OpenWifi { Answer.set("points",Outer); - static int f=0; +/* static int f=0; std::ostringstream OO; Answer.stringify(OO); std::ofstream of("msg"+std::to_string(f++)+".json", std::ios_base::trunc ); of << OO.str(); - +*/ return ReturnObject(Answer); } } \ No newline at end of file