Tidy up logging a bit. Make it configurable from the GUI.
[dcpomatic.git] / src / lib / util.h
index e85abf402d8ec1637570222a923c7708c6242601..5ca9f74c88d68a878a54f5e5b75a7af0628caa22 100644 (file)
@@ -40,12 +40,6 @@ extern "C" {
 #include "types.h"
 #include "video_content.h"
 
-#ifdef DCPOMATIC_DEBUG
-#define TIMING(...) _film->log()->microsecond_log (String::compose (__VA_ARGS__), Log::TIMING);
-#else
-#define TIMING(...)
-#endif
-
 #undef check
 
 /** The maximum number of audio channels that we can have in a DCP */