remove a stupid unwrapped debug printf and ifdef NS_DEBUG another.

This commit is contained in:
pinkerton%netscape.com 1999-04-15 19:42:21 +00:00
Родитель 8ae3e61271
Коммит f9ab792d73
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -66,7 +66,9 @@ nsToolbarFrame :: nsToolbarFrame ( )
//
nsToolbarFrame :: ~nsToolbarFrame ( )
{
#ifdef NS_DEBUG
printf("Deleting toolbar frame\n");
#endif
}
@ -172,8 +174,6 @@ nsToolbarFrame :: HandleEvent ( nsIPresContext& aPresContext,
if ( !aEvent )
return nsEventStatus_eIgnore;
printf("nsToolbarFrame :: HandleEvent %d\n", aEvent->message);
switch (aEvent->message) {
case NS_DRAGDROP_ENTER:
// show drop feedback