diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/log.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/log.cc b/src/lib/log.cc index d4f469602..89eed61a6 100644 --- a/src/lib/log.cc +++ b/src/lib/log.cc @@ -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); } |
