Remove somewhat irritating logging to stdout.
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 01:54:12 +0000 (02:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 May 2016 10:50:29 +0000 (11:50 +0100)
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);
 }