Don't print silly messages in the terminal...

[ci skip]
This commit is contained in:
Kevin Lange 2012-09-03 23:54:04 -07:00
parent 89034c060f
commit efa51d0d56

View File

@ -3186,7 +3186,6 @@ int main(int argc, char ** argv) {
} else {
if (!_windowed) {
ansi_print("Requesting terminal output to me!\n");
/* Request kernel output to this terminal */
syscall_system_function(4, ofd);
}