Remove a redundant dump(). r=mozbot

This commit is contained in:
sfraser%netscape.com 2000-02-16 01:45:18 +00:00
Родитель e161e86e05
Коммит 2854830c7e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -91,6 +91,8 @@ function EditorStartup(editorType, editorElement)
{
dump("Doing Editor Startup...\n");
contentWindow = window.content;
dump("Trying to make an Editor Shell through the component manager...\n");
// store the editor shell in the window, so that child windows can get to it.
var editorShell = window.editorShell = editorElement.editorShell;