remove debug logs

This commit is contained in:
Naios 2015-06-17 01:44:31 +02:00
parent 92033e2900
commit f4c96851b5
2 changed files with 1 additions and 4 deletions

View File

@ -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());
}

View File

@ -83,6 +83,7 @@ int main(int /*argc*/, char** /*argv*/)
{
std::cout << "Pause a callback (void test) " << std::endl;
})
.then(Validate())
.then(CastSpellPromise(3))
.then(CastSpellPromise(4))
.then(CastSpellPromise(5))