From 399c560aa9157da830dd71021dd2ab6b753d1e63 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Mon, 30 Aug 2021 12:09:02 +0200 Subject: [PATCH] Logging update --- src/raspberrypi/devices/scsihd_nec.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/raspberrypi/devices/scsihd_nec.cpp b/src/raspberrypi/devices/scsihd_nec.cpp index 1026dfc2..5bd472c9 100644 --- a/src/raspberrypi/devices/scsihd_nec.cpp +++ b/src/raspberrypi/devices/scsihd_nec.cpp @@ -151,8 +151,6 @@ void SCSIHD_NEC::Open(const Filepath& path) SetBlockCount(imgsize >> disk.size); disk.imgoffset = imgoffset; - LOGINFO("Media capacity for image file '%s': %ld blocks", path.GetPath(), GetBlockCount()); - Disk::Open(path); FileSupport::SetPath(path); }