From c13fe9b7695e011350e1d4d2ee850292b61d1146 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 28 Jan 2019 08:12:47 +0000 Subject: [PATCH] removed an irrelevant comment --- moo/lib/std.c | 1 - 1 file changed, 1 deletion(-) diff --git a/moo/lib/std.c b/moo/lib/std.c index c841e81..b94c4ae 100644 --- a/moo/lib/std.c +++ b/moo/lib/std.c @@ -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