Remove TODO

This commit is contained in:
Jean Flach 2018-11-30 10:14:39 +01:00 committed by Michael Friedrich
parent 3fb3e8bb6d
commit 933de15c36
1 changed files with 0 additions and 1 deletions

View File

@ -660,7 +660,6 @@ Dictionary::Ptr RedisWriter::SerializeState(const Checkable::Ptr& checkable)
CheckResult::Ptr cr = checkable->GetLastCheckResult();
if (cr) {
// TODO: Long Output did not work in my test cases. Need to investigate
attrs->Set("output", CompatUtility::GetCheckResultOutput(cr));
attrs->Set("long_output", CompatUtility::GetCheckResultLongOutput(cr));
attrs->Set("performance_data", cr->GetPerformanceData());