Skip to content

Commit

Permalink
Get rid of dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
tzskp1 committed Dec 19, 2024
1 parent 3e91b56 commit bf29fa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controller/src/managers/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,7 @@ impl<H: RuntimeInfoStorage> RuntimeManager<H> {
&mut self,
new_controller_path: impl AsRef<Path>,
) -> Result<(), RuntimeError> {
dbg!(self.file_handler.read());
self.kill_otherwise()?;
dbg!(self.file_handler.read());
if is_manage_by_systemd() && is_manage_socket_activation() {
return Ok(());
}
Expand Down

0 comments on commit bf29fa4

Please sign in to comment.