remove a spurious dump statement I accidentally checked in last year

This commit is contained in:
scott%scott-macgregor.org 2006-02-01 22:48:48 +00:00
Родитель 1ba44af949
Коммит 38b2571eed
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -298,8 +298,7 @@
if (this.disabled || aEvent.getPreventDefault())
return;
var href = this.getAttribute('href');
dump('calling text link with: ' + href + '\n');
if (href)
{
try {