qualification address handling changes, RT#7111
[freeside.git] / FS / FS / part_export / ikano.pm
index b04defa..303952c 100644 (file)
@@ -292,7 +292,6 @@ sub qual {
     my %location_hash = $qual->location_hash; 
     return 'No address provided' unless keys %location_hash;
 
-    warn Dumper(\%location_hash);
     return 'Location kind is required' unless $location_hash{location_kind};
 
     my $svctn = $qual->phonenum;