accidently checked in activagted debug printouts

This commit is contained in:
mozilla.BenB%bucksch.org 2003-06-18 16:18:48 +00:00
Родитель dd7b4ccdfa
Коммит e626476498
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -415,8 +415,8 @@ RoamingPrefs.prototype =
text += "\n" + tech;
GetPromptService().alert(window, dialogTitle, text);
} catch(e) {
dump("Error while trying to display an error: " + e
+ " (original error: " + prop + " " + tech + ")\n");
dumpError("Error while trying to display an error: " + e
+ " (original error: " + prop + " " + tech + ")\n");
}
}
}