From: Carl Hetherington Date: Tue, 28 Aug 2018 21:13:37 +0000 (+0100) Subject: Remove unnecessary log entries. X-Git-Tag: v2.13.45~6^2~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=8dce08fb157f0c570e0808c9647cedcb65a62db9 Remove unnecessary log entries. --- diff --git a/src/lib/job.cc b/src/lib/job.cc index a84b0dcb1..7539a5070 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -399,8 +399,6 @@ void Job::set_error (string s, string d) { if (_film) { - LOG_ERROR_NC (s); - LOG_ERROR_NC (d); _film->log()->log (String::compose ("Error in job: %1 (%2)", s, d), LogEntry::TYPE_ERROR); }