remove debug code
authorIan Beckwith <ianb@erislabs.net>
Sat, 25 Sep 2010 06:19:40 +0000 (07:19 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sat, 25 Sep 2010 06:19:40 +0000 (07:19 +0100)
lib/ID3FS/File/Ogg.pm

index 6498a3b..f05d8c2 100644 (file)
@@ -13,9 +13,6 @@ sub new
 
     $self->{path}=shift;
     $self->{ogg}=Ogg::Vorbis::Header->new($self->{path});
-    use Data::Dumper;
-    # load tags
-    print Dumper $self->{ogg}->comment_tags;
     return $self;
 }