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:
Rob Bradford 2019-07-02 11:17:04 +01:00 committed by Samuel Ortiz
parent 34e09923a5
commit 49d6b495d5

View File

@ -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,