Remove unneeded comment

This commit is contained in:
Bruno Carvalhal
2024-11-10 14:28:25 +01:00
committed by Nicolás Hatcher Andrés
parent 726bf677ed
commit 0b1199056f

View File

@@ -372,7 +372,6 @@ impl Model {
} }
}; };
// TODO: Needed?
if s.len() == 0 { if s.len() == 0 {
return CalcResult::Error { return CalcResult::Error {
error: Error::VALUE, error: Error::VALUE,