Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Gravel-Niquet <jeromegn@gmail.com>
  • Loading branch information
jeromegn committed Apr 9, 2024
1 parent 56056e5 commit f535c45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/libcontainer/src/container/tenant_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ impl TenantContainerBuilder {
let mut spec = self.load_init_spec(&container)?;
self.adapt_spec_for_tenant(&mut spec, &container)?;

tracing::debug!("{:#?}", spec);

unistd::chdir(&container_dir).map_err(LibcontainerError::OtherSyscall)?;
let notify_path = Self::setup_notify_listener(&container_dir)?;
// convert path of root file system of the container to absolute path
Expand Down

0 comments on commit f535c45

Please sign in to comment.