From 38b2571eedcae5a3a0a7fffe31f2a35dbb220641 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Wed, 1 Feb 2006 22:48:48 +0000 Subject: [PATCH] remove a spurious dump statement I accidentally checked in last year --- toolkit/content/widgets/text.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolkit/content/widgets/text.xml b/toolkit/content/widgets/text.xml index 051018571f1..b1d2189f9d2 100644 --- a/toolkit/content/widgets/text.xml +++ b/toolkit/content/widgets/text.xml @@ -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 {