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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user