From cac9c31e537f389a7d536f11fc1fb06d6299ec84 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Sun, 22 Feb 2009 14:31:45 +0000 Subject: [PATCH] - Removed debug output. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29286 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mail/Header.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/mail/Header.cpp b/src/apps/mail/Header.cpp index b395c3d0d1..c231f7b742 100644 --- a/src/apps/mail/Header.cpp +++ b/src/apps/mail/Header.cpp @@ -351,7 +351,6 @@ THeaderView::THeaderView(BRect rect, BRect windowRect, bool incoming, } r.Set(SEPARATOR_MARGIN, y - 2, field->Frame().left - SEPARATOR_MARGIN, y + menuFieldHeight); - r.PrintToStream(); field = new BMenuField(r, "account", FROM_TEXT, fAccountMenu, true /* fixedSize */, B_FOLLOW_TOP | B_FOLLOW_LEFT_RIGHT,