Remove stray printf. Bug 161984, patch by ajschult@eos.ncsu.edu (Andrew

Schultz), r=akkana, sr=bzbarsky
This commit is contained in:
bzbarsky%mit.edu 2002-08-10 09:32:08 +00:00
parent 4abb05ae45
commit 27a736b73a

View File

@ -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;