From: Carl Hetherington Date: Tue, 4 Aug 2020 22:19:55 +0000 (+0200) Subject: Remove some debugging code. X-Git-Tag: v2.15.95~3 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a3ab919a0894a11f1d04125b635030b6f34e67bd Remove some debugging code. --- 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);