Revert "quick temporary patch for comment dup"

This reverts commit a6d38c1ec0.
Since the problem is solved, we don't need this patch any more.
This commit is contained in:
ToruNiina 2020-10-13 22:01:50 +09:00
parent 3d86f3a4e1
commit f283a257d2

View File

@ -651,7 +651,7 @@ struct serializer
tmp += '\n';
}
if(!kv.second.comments().empty() && !no_comment_ && tmp.front() != '#')
if(!kv.second.comments().empty() && !no_comment_)
{
for(const auto& c : kv.second.comments())
{