Remove some debugging code.
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Aug 2020 22:19:55 +0000 (00:19 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Aug 2020 22:19:55 +0000 (00:19 +0200)
src/lib/cross_windows.cc

index d732e9fe5e71c426c255429c6ce6a90ad16874c3..606c59f9b7f6645b33f7f19245a854f1026a25ed 100644 (file)
@@ -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);