removing a dump() that shows a bogus error

This commit is contained in:
pavlov%netscape.com 2006-09-14 05:52:30 +00:00
Родитель f8bca15ace
Коммит c3f0c45aed
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1604,7 +1604,8 @@ function postURLToNativeWidget() {
try {
urlWidgetService = getService( "component://mozilla/urlwidget", "nsIUrlWidget" );
} catch( exception ) {
dump( "Error getting url widget service: " + exception + "\n" );
// this component is windows only, don't spit out errors
// dump( "Error getting url widget service: " + exception + "\n" );
}
}
if ( urlWidgetService ) {