remove size

This commit is contained in:
2026-03-20 13:02:29 +03:00
parent f21a17b6c9
commit cab65a93ad
2 changed files with 2 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ auto main() -> int
setup.m_file = "./sin.wav";
auto r = hr::run<hr::plugins::fft>(setup);
hack::log()("size:", r.size());
hack::log()("grad:", r.m_grad);
if (!r.empty())