removed an irrelevant comment

This commit is contained in:
hyunghwan.chung 2019-01-28 08:12:47 +00:00
parent 623f97e2f9
commit c13fe9b769

View File

@ -843,7 +843,6 @@ static void log_write (moo_t* moo, moo_bitmask_t mask, const moo_ooch_t* msg, mo
if (mask & MOO_LOG_STDERR)
{
/* the messages that go to STDERR don't get masked out */
logfd = 2;
}
else