projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48639a3
)
Less verbose.
author
Mike Taylor
<mike@indexdata.com>
Tue, 1 May 2007 15:29:36 +0000
(15:29 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 1 May 2007 15:29:36 +0000
(15:29 +0000)
lib/ZOOM/IRSpy/Utils.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Utils.pm
b/lib/ZOOM/IRSpy/Utils.pm
index
547131a
..
09f6b8f
100644
(file)
--- 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;
}