Oops. Checked in debugging code. Backing out.

git-svn-id: svn://10.0.0.236/trunk@75048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-07-28 09:53:26 +00:00
parent a9d2806621
commit e81421e72f
2 changed files with 0 additions and 20 deletions

View File

@@ -11236,16 +11236,6 @@ nsCSSFrameConstructor::RecreateFramesForContent(nsIPresContext* aPresContext,
nsIContent* aContent)
{
nsresult rv = NS_OK;
nsCOMPtr<nsIAtom> atom;
aContent->GetTag(*getter_AddRefs(atom));
if (atom) {
nsString str;
atom->ToString(str);
char* ch = str.ToNewCString();
printf("NOOOOO! %s\n", ch);
}
nsIContent* container;
rv = aContent->GetParent(container);
if (NS_SUCCEEDED(rv) && container) {