diff --git a/src/node.cc b/src/node.cc index 1a45d3a2334..7dade666c7e 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2084,7 +2084,6 @@ static void ParseArgs(int *argc, char **argv) { static void AtExit() { node::Stdio::Flush(); node::Stdio::DisableRawMode(STDIN_FILENO); - fprintf(stderr, "\n"); }