BApplication: Remove added PrintToStream().
Another missed debugging snippet from the merge.
This commit is contained in:
@@ -1044,8 +1044,6 @@ BApplication::DispatchMessage(BMessage* message, BHandler* handler)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
message->PrintToStream();
|
|
||||||
|
|
||||||
switch (message->what) {
|
switch (message->what) {
|
||||||
case B_ARGV_RECEIVED:
|
case B_ARGV_RECEIVED:
|
||||||
_ArgvReceived(message);
|
_ArgvReceived(message);
|
||||||
|
|||||||
Reference in New Issue
Block a user