diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:13:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-28 22:13:37 +0100 |
| commit | 8dce08fb157f0c570e0808c9647cedcb65a62db9 (patch) | |
| tree | aef5bd00b5230a2019a5b4b214523c783b23f815 /src/lib/job.cc | |
| parent | fca214a144bf3169de1c87ca8ccf6e96cd796f02 (diff) | |
Remove unnecessary log entries.
Diffstat (limited to 'src/lib/job.cc')
| -rw-r--r-- | src/lib/job.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |
