[DEV] update of external of elog and ethread

This commit is contained in:
2016-03-08 21:29:34 +01:00
parent 67d644353f
commit 000be3f640
3 changed files with 3 additions and 5 deletions

View File

@@ -133,7 +133,6 @@ void esignal::Signal<T_ARGS...>::Executor::emit(const T_ARGS&... _values) {
m_observer(_values...);
} catch(...) {
m_removed = true;
std::cout << "LOL"<< std::endl;
}
}
@@ -167,7 +166,6 @@ void esignal::Signal<T_ARGS...>::ExecutorShared::emit(const T_ARGS&... _values)
Executor::m_observer(_values...);
} catch(...) {
Executor::m_removed = true;
std::cout << "LOL"<< std::endl;
}
}