Remove somewhat irritating logging to stdout.
[dcpomatic.git] / src / lib / log.cc
index d4f469602065bc3f3776f26a87a1538c440b01aa..89eed61a68aa75a40cd69990d9fc0492c2a7c60e 100644 (file)
@@ -72,10 +72,6 @@ Log::log (string message, int type)
 
        shared_ptr<StringLogEntry> e (new StringLogEntry (type, message));
 
-#ifdef DCPOMATIC_DEBUG
-       cout << e->get() << "\n";
-#endif
-
        do_log (e);
 }