remove debug output
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 16 Dec 2009 22:13:04 +0000 (23:13 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 16 Dec 2009 22:13:04 +0000 (23:13 +0100)
bin/mplayer.pl

index 090d264..806820d 100755 (executable)
@@ -252,8 +252,6 @@ sub html5tv {
                my $path = "$media_dir/presentation.pdf";
                $path = $media_dir . '/' . readlink($path) if -l $path;
 
-warn "XX $path";
-
                if ( -e $path ) {
                        warn "render pdf slides from $path\n";
                        system "pdftoppm -png -r 100 $path $hires/p";