mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 17:26:47 +08:00
remove debug logs
This commit is contained in:
parent
92033e2900
commit
f4c96851b5
@ -192,13 +192,9 @@ namespace detail
|
||||
// Dispatch everything.
|
||||
if (!_released)
|
||||
{
|
||||
// log_type(_callback_insert, "invoke chain");
|
||||
|
||||
// Set released to true to prevent multiple calls
|
||||
_released = true;
|
||||
|
||||
debug("invoking (once)");
|
||||
|
||||
// Invoke everything with an empty callback
|
||||
_callback_insert(create_empty_callback<ForwardFunction>::create());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user