mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
vmm: Remove println! from debugging
Remove println! left over from virtio-fs development. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
34e09923a5
commit
49d6b495d5
@ -609,7 +609,6 @@ impl DeviceManager {
|
||||
// Add virtio-fs if required
|
||||
if let Some(fs_list_cfg) = &vm_cfg.fs {
|
||||
for fs_cfg in fs_list_cfg.iter() {
|
||||
println!("####VIRTIO-FS config {:?}", fs_cfg);
|
||||
if let Some(fs_sock) = fs_cfg.sock.to_str() {
|
||||
let virtio_fs_device = vm_virtio::Fs::new(
|
||||
fs_sock,
|
||||
|
Loading…
x
Reference in New Issue
Block a user