remove comment

This commit is contained in:
gtsoul-tech 2024-05-31 09:47:45 +03:00
parent c5c4c5d5f5
commit e36203c323

View File

@ -89,7 +89,6 @@ ostream& operator<<(ostream &os, const hs_expr_ext &ext) {
os << ", ";
}
os << "hamming_distance=" << ext.hamming_distance;
//first = false;
}
return os;
}