Removed stray debug output.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@166 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-02-21 15:31:11 +00:00
parent df621688c5
commit b6ffb2048f

View File

@ -335,7 +335,6 @@ void LauncherWindow::MessageReceived(BMessage* message)
break;
case CLOSE_TAB: {
printf("CLOSE_TAB\n");
if (m_tabView->CountTabs() > 1)
delete m_tabView->RemoveTab(m_tabView->Selection());
break;