DOn't need the printf any more.

This commit is contained in:
hyatt%netscape.com 1999-05-15 09:04:45 +00:00
Родитель d8868b63ca
Коммит 3bcdf2b219
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -213,8 +213,6 @@ XULPopupListenerImpl::LaunchPopup(nsIDOMEvent* anEvent)
// Get the DOM window
nsCOMPtr<nsIDOMWindow> domWindow = do_QueryInterface(global);
if (domWindow != nsnull) {
printf("Can call createPopup!\n");
// Find out if we're anchored.
nsString anchorAlignment;
element->GetAttribute("popupanchor", anchorAlignment);

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

@ -213,8 +213,6 @@ XULPopupListenerImpl::LaunchPopup(nsIDOMEvent* anEvent)
// Get the DOM window
nsCOMPtr<nsIDOMWindow> domWindow = do_QueryInterface(global);
if (domWindow != nsnull) {
printf("Can call createPopup!\n");
// Find out if we're anchored.
nsString anchorAlignment;
element->GetAttribute("popupanchor", anchorAlignment);