This commit is contained in:
michaelp 1998-04-23 21:52:02 +00:00
Родитель f50c2fc53b
Коммит 537eb095c6
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -187,13 +187,6 @@ nsresult nsWidgetFactory::CreateInstance(nsISupports *aOuter,
else if (mClassID.Equals(kCTabWidget)) {
inst = (nsObject*)new nsTabWidget(aOuter);
}
printf("inside the widget factory\n");
printf("inside the widget factory\n");
printf("inside the widget factory\n");
printf("inside the widget factory\n");
printf("inside the widget factory\n");
if (inst == NULL) {
return NS_ERROR_OUT_OF_MEMORY;