From a3c6a339344c4151f03d9a30dd13a04d55c942b3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 1 May 2007 15:29:36 +0000 Subject: [PATCH] Less verbose. --- lib/ZOOM/IRSpy/Utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 547131a..09f6b8f 100644 --- a/lib/ZOOM/IRSpy/Utils.pm +++ b/lib/ZOOM/IRSpy/Utils.pm @@ -1,4 +1,4 @@ -# $Id: Utils.pm,v 1.28 2007-04-30 11:27:39 mike Exp $ +# $Id: Utils.pm,v 1.29 2007-05-01 15:29:36 mike Exp $ package ZOOM::IRSpy::Utils; @@ -182,7 +182,7 @@ sub irspy_record2identifier { # sub irspy_identifier2target { my $res = _irspy_identifier2target(@_); - carp "converted ID '@_' to target '$res'"; + #carp "converted ID '@_' to target '$res'"; return $res; } -- 1.7.10.4