mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Remove redundant satdump::error
This commit is contained in:
parent
1fcce2754a
commit
08a3cfc727
6 changed files with 2 additions and 52 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#include "processing.h"
|
||||
#include "logger.h"
|
||||
#include "core/pipeline.h"
|
||||
#include "error.h"
|
||||
|
||||
#include "core/config.h"
|
||||
#include "main_ui.h"
|
||||
|
|
@ -49,7 +48,6 @@ namespace satdump
|
|||
catch (std::exception &e)
|
||||
{
|
||||
logger->error("Fatal error running pipeline : " + std::string(e.what()));
|
||||
error::set_error("Pipeline Error", e.what());
|
||||
is_processing = false;
|
||||
processing_mutex.unlock();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue