mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Remove stray printf. Bug 161984, patch by ajschult@eos.ncsu.edu (Andrew
Schultz), r=akkana, sr=bzbarsky
This commit is contained in:
parent
4abb05ae45
commit
27a736b73a
@ -418,7 +418,6 @@ nsEditorShell::IsSupportedTextType(const char* aMIMEType, PRBool *aResult)
|
||||
nsresult
|
||||
nsEditorShell::PrepareDocumentForEditing(nsIDOMWindow* aDOMWindow, nsIURI *aUrl)
|
||||
{
|
||||
printf("----------------------\nPrepareDocumentForEditing\n");
|
||||
if (!mContentAreaDocShell || !mContentWindow)
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user