Activate best score in odte

This commit is contained in:
2023-10-25 10:23:42 +02:00
parent a8f9800631
commit 5a3af51826
4 changed files with 2 additions and 4 deletions

View File

@@ -162,7 +162,6 @@ namespace platform {
maxHyper = max(maxHyper, (int)item.value().at(1).dump().size());
maxFileName = max(maxFileName, (int)item.value().at(2).get<string>().size());
}
cout << "Hola" << endl;
stringstream oss;
oss << Colors::GREEN() << "Best results for " << model << " as of " << date << endl;
cout << oss.str();