Remove rather wordy debug for #953, not seen for a while.
authorCarl Hetherington <cth@carlh.net>
Mon, 2 Apr 2018 23:42:52 +0000 (00:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 2 Apr 2018 23:42:52 +0000 (00:42 +0100)
src/lib/reel_writer.cc

index fce75484f23a7920f4b7d21f5f9c4443815fc4da..16c20a536f2b363be981046f9b42a845b5d83639 100644 (file)
@@ -134,17 +134,6 @@ ReelWriter::write_frame_info (Frame frame, Eyes eyes, dcp::FrameInfo info) const
 
        bool const read = boost::filesystem::exists (info_file);
 
-#ifdef DCPOMATIC_WINDOWS
-       if (read) {
-               LOG_GENERAL (
-                       "Checked %1 (which exists) length is %2 perms are %3",
-                       info_file, boost::filesystem::file_size (info_file), int(boost::filesystem::status(info_file).permissions())
-                       );
-       } else {
-               LOG_GENERAL ("Checked %1 (which does not exist)", info_file);
-       }
-#endif
-
        if (read) {
                file = fopen_boost (info_file, "r+b");
        } else {