oops, back out a debugging statement (doesn't affect release build)

This commit is contained in:
alecf%netscape.com 2000-06-22 22:53:06 +00:00
Родитель 7d6cca6bbb
Коммит 0bd7b9520e
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -349,8 +349,6 @@
</getter> </getter>
<setter> <setter>
<![CDATA[ <![CDATA[
dump("<searchterm>: setting scope to " + val + "\n");
document.getAnonymousNodes(this)[0].setAttribute("value","scope: " + val);
var searchAttribute = this.searchattribute; var searchAttribute = this.searchattribute;
if (searchAttribute) searchAttribute.searchScope=val; if (searchAttribute) searchAttribute.searchScope=val;
]]> ]]>