Removed forgotten debug output.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@207 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2010-02-25 09:20:53 +00:00
parent ce869c629b
commit 16ccf622ab
-1
View File
@@ -408,7 +408,6 @@ void LauncherWindow::MenusBeginning()
void LauncherWindow::newTab(const BString& url, bool select)
{
printf("newTab(%s, %d)\n", url.String(), select);
// Executed in app thread (new BWebPage needs to be created in app thread).
BWebView* webView = new BWebView("web_view");
webView->WebPage()->SetDownloadListener(m_downloadListener);