mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-15 17:21:04 +00:00
Code changes after analyzer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user