remove some extra verbose logging

... and baby you got a full flow goin on
This commit is contained in:
Grant Limberg 2021-12-16 12:23:09 -08:00
parent f489862500
commit 2435ab70ab
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
2 changed files with 36 additions and 22 deletions

View file

@ -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;