Removed debug output

This commit is contained in:
Robert Osfield
2008-11-18 17:20:45 +00:00
parent cac16cb590
commit a36ff70df4
2 changed files with 35 additions and 20 deletions

View File

@@ -1096,8 +1096,6 @@ PRBool LLEmbeddedBrowserWindow::sendMozillaKeyboardEvent( PRUint32 uni_char, PRU
keyEvent.refPoint.y = 0;
keyEvent.flags = 0;
std::cout<<"Sending key envent "<<uni_char<<", "<<ns_vk_code<<std::endl;
nsEventStatus status;
nsresult result = viewManager->DispatchEvent( &keyEvent, &status );
if ( NS_FAILED( result ) )