Youtube: Remove leftover debug statement
[videosite.git] / videosite / YouTubeGrabber.pm
index ebb4fc2..81422bd 100644 (file)
@@ -244,7 +244,6 @@ sub _parse {
                 last SWF_ARGS;
             }
         } elsif ('div' eq $tag->[0]) {
-            $self->debug(Dumper($tag));
             if (exists($tag->[1]->{'id'}) and ('watch-player-unavailable-message-container' eq $tag->[1]->{'id'})) {
                 # Search forward to the next <div>
                 $tag = $p->get_tag('div');