removed legacy logging

This commit is contained in:
William Katz 2021-05-12 18:01:26 -07:00 committed by GitHub
parent 6d56e8176c
commit 00c476954c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ struct Log
{ {
for (uint32_t i = end; i > 0; --i) for (uint32_t i = end; i > 0; --i)
{ {
std::cout << i << '\n';
data[i] = std::move(data[i - 1]); data[i] = std::move(data[i - 1]);
} }
} }