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