Skip to content

Commit

Permalink
Revert "Fix incorrect debug mode in executor_pool_basic (ydb-platform…
Browse files Browse the repository at this point in the history
…#5320)"

This reverts commit 5e9d2bb.
  • Loading branch information
kruall committed Aug 26, 2024
1 parent 1fb1145 commit b2f7794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/actors/core/executor_pool_basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace NActors {

#ifndef NDEBUG
#ifdef NDEBUG
constexpr bool DebugMode = true;
#else
constexpr bool DebugMode = false;
Expand Down

0 comments on commit b2f7794

Please sign in to comment.