diff --git a/io/debug.h b/io/debug.h index e911791..44ccba2 100644 --- a/io/debug.h +++ b/io/debug.h @@ -5,7 +5,7 @@ struct print { print() {} - ~print() { std::cout << std::endl << std::flush; } + ~print() { std::cout << std::endl; } }; struct noprint {