mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 16:42:13 +11:00
removed legacy logging
This commit is contained in:
parent
6d56e8176c
commit
00c476954c
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue