Clean up some extraneous output in release mode
This commit is contained in:
@@ -1659,14 +1659,8 @@ public:
|
||||
|
||||
} else if (ps[0] == "sso") {
|
||||
// SSO redirect handling
|
||||
fprintf(stderr, "sso get\n");
|
||||
fprintf(stderr, "path: %s\n", path.c_str());
|
||||
fprintf(stderr, "body: %s\n", body.c_str());
|
||||
|
||||
const char* state = zeroidc::zeroidc_get_url_param_value("state", path.c_str());
|
||||
const char* nwid = zeroidc::zeroidc_network_id_from_state(state);
|
||||
fprintf(stderr, "state: %s\n", state);
|
||||
fprintf(stderr, "nwid: %s\n", nwid);
|
||||
|
||||
const uint64_t id = Utils::hexStrToU64(nwid);
|
||||
Mutex::Lock l(_nets_m);
|
||||
|
||||
@@ -314,6 +314,7 @@ impl ZeroIDC {
|
||||
println!("token response??");
|
||||
}
|
||||
} else {
|
||||
#[cfg(debug_assertions)]
|
||||
println!("waiting to refresh");
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user