X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FCollection%2FVersion.pm;h=83338835f13e4aa33fc098cd7f01a333fd5f614f;hb=bb1ededd5e5baa58f73f24f57b0dbe2fa7dcf3ee;hp=b721cd915dd56951bee83d4b6a15a8df6d037d78;hpb=88426d7018c2471de7f2dc1964c3eda3fe45b9c7;p=debbugs.git diff --git a/Debbugs/Collection/Version.pm b/Debbugs/Collection/Version.pm index b721cd9..8333883 100644 --- a/Debbugs/Collection/Version.pm +++ b/Debbugs/Collection/Version.pm @@ -47,8 +47,6 @@ sub _build_package_collection { } sub member_key { - use Data::Printer; - p @_; return $_[1]->package.'/'.$_[1]->version.'/'.$_[1]->arch; }