mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-27 09:47:34 +03:00
rm extra prints
This commit is contained in:
parent
5ea9c5282a
commit
1f4bf04f98
@ -37,8 +37,6 @@ impl<'handler> Handler<'handler> {
|
||||
}
|
||||
|
||||
pub(super) fn should_flush(now: time::SystemTime, session: &sessions::Session) -> bool {
|
||||
println!("is_session_active {}", is_session_active(now, session));
|
||||
println!("is_session_too_old {}", is_session_too_old(now, session));
|
||||
!is_session_active(now, session) || is_session_too_old(now, session)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user