Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit d6cf8c7

Browse files
committed
Cleaned logs
1 parent 294c2c7 commit d6cf8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Manager {
121121
&session.pod.start_time.and_then(|p| p.elapsed().ok())
122122
{
123123
if duration > &session.duration {
124-
info!("Undeploying {} {:?}", session.user_id, session.pod.phase);
124+
info!("Undeploying {}", session.user_id);
125125

126126
match self.clone().delete_session(&session.user_id) {
127127
Ok(()) => (),

0 commit comments

Comments
 (0)