From 3592932936155601fba2e2eec0814b7363df9944 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 4 Jan 2016 18:52:41 -0500 Subject: [PATCH] BApplication: Remove added PrintToStream(). Another missed debugging snippet from the merge. --- src/kits/app/Application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/kits/app/Application.cpp b/src/kits/app/Application.cpp index 4de804b6c6..51db371967 100644 --- a/src/kits/app/Application.cpp +++ b/src/kits/app/Application.cpp @@ -1044,8 +1044,6 @@ BApplication::DispatchMessage(BMessage* message, BHandler* handler) return; } - message->PrintToStream(); - switch (message->what) { case B_ARGV_RECEIVED: _ArgvReceived(message);