mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: delete log
This commit is contained in:
parent
4643851b3f
commit
ce86227da3
@ -261,10 +261,7 @@ impl UserSession {
|
||||
fn get_session(&self) -> Result<Session, FlowyError> {
|
||||
match KV::get_str(&self.config.session_cache_key) {
|
||||
None => Err(FlowyError::unauthorized()),
|
||||
Some(s) => {
|
||||
tracing::debug!("Get user session: {:?}", s);
|
||||
Ok(Session::from(s))
|
||||
}
|
||||
Some(s) => Ok(Session::from(s)),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user