BApplication: Remove added PrintToStream().

Another missed debugging snippet from the merge.
This commit is contained in:
Augustin Cavalier
2016-01-04 18:52:41 -05:00
parent 063436816d
commit 3592932936
-2
View File
@@ -1044,8 +1044,6 @@ BApplication::DispatchMessage(BMessage* message, BHandler* handler)
return;
}
message->PrintToStream();
switch (message->what) {
case B_ARGV_RECEIVED:
_ArgvReceived(message);