Oops. Checked in debugging code. Backing out.

This commit is contained in:
hyatt%netscape.com 2000-07-28 09:53:26 +00:00
parent dccf9dcff0
commit e8d2d3f4dd
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) {

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) {