Changeset 8

Show
Ignore:
Timestamp:
25.10.2006 14:15:40 (2 years ago)
Author:
decoder
Message:

Cleaned code from some debug info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devel/FuzzyOcr.pm

    r7 r8  
    381381        @stdout_data = qx($App{gifsicle} --info $giffile); 
    382382    }); 
    383     print "blah4\n"; 
    384383 
    385384    if ($retcode) { 
     
    914913                        qx($App{gifsicle} --colors=255 $tfile >$tfile3 2>>$efile); 
    915914                    }); 
    916                     print "blah1\n"; 
    917915                    $retcode = $t->run_and_catch(sub { 
    918916                        qx($App{gifsicle} --unoptimize $tfile3 \'#$index\' >$tfile2 2>>$efile); 
    919917                    }); 
    920  
    921                     print "blah2\n"; 
    922918                } else { 
    923919                    $retcode = $t->run_and_catch(sub {