From a3ab919a0894a11f1d04125b635030b6f34e67bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Aug 2020 00:19:55 +0200 Subject: Remove some debugging code. --- src/lib/cross_windows.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index d732e9fe5..606c59f9b 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -578,7 +578,7 @@ Drive::get () bool Drive::unmount () { - LOG_DISK("Unmounting %1 with %2 mount points XXX! MMMYEAH!", _device, _mount_points.size()); + LOG_DISK("Unmounting %1 with %2 mount points", _device, _mount_points.size()); DCPOMATIC_ASSERT (_mount_points.size() == 1); string const device_name = String::compose ("\\\\.\\%1", _mount_points.front()); string const truncated = device_name.substr (0, device_name.length() - 1); -- cgit v1.2.3