Bug 914902 - remove printf as child process closes. r=cjones

This commit is contained in:
Mark Hammond 2013-09-12 09:14:34 +10:00
parent 5e1800a062
commit e90f00e83f

View File

@ -913,9 +913,6 @@ AsyncChannel::ProcessGoodbyeMessage()
// TODO sort out Close() on this side racing with Close() on the
// other side
mChannelState = ChannelClosing;
printf("NOTE: %s process received `Goodbye', closing down\n",
mChild ? "child" : "parent");
}