minimal fixes

This commit is contained in:
Angel Ortigosa Perez
2026-04-21 21:56:05 +02:00
parent 39b7ee24e2
commit c83c743f58
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ class Span
{
while (it != itt)
{
this->data.push_back(*it);
addNumber(*it);
// std::cout << "addNumbers: adding " << *it << std::endl;
it++;
}