remove some extra verbose logging
... and baby you got a full flow goin on
This commit is contained in:
parent
f489862500
commit
2435ab70ab
2 changed files with 36 additions and 22 deletions
|
@ -458,7 +458,7 @@ static void _networkToJson(nlohmann::json &nj,NetworkState &ns)
|
|||
nj["dns"] = m;
|
||||
if (ns.config().ssoEnabled) {
|
||||
const char* authURL = ns.getAuthURL();
|
||||
fprintf(stderr, "Auth URL: %s\n", authURL);
|
||||
//fprintf(stderr, "Auth URL: %s\n", authURL);
|
||||
nj["authenticationURL"] = authURL;
|
||||
nj["authenticationExpiryTime"] = (ns.getExpiryTime()*1000);
|
||||
nj["ssoEnabled"] = ns.config().ssoEnabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue