瀏覽代碼

Remove extra print.

Toni Fadjukoff 9 年之前
父節點
當前提交
ebeaf07b5d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      sodexo.pl

+ 0 - 1
sodexo.pl 查看文件

61
       my $url = "http://www.sodexo.fi/ruokalistat/output/daily_json/$kitchen/$timestr/fi";
61
       my $url = "http://www.sodexo.fi/ruokalistat/output/daily_json/$kitchen/$timestr/fi";
62
       my $temp_fname = "sodexo$count-$weekday.temp.js";  
62
       my $temp_fname = "sodexo$count-$weekday.temp.js";  
63
       if (!-f $temp_fname || !$use_old) {
63
       if (!-f $temp_fname || !$use_old) {
64
-        print $url . " -> " . $temp_fname . "\n";
65
         system("wget -q --timeout=10 -O $temp_fname.tmp \"$url\" && mv $temp_fname.tmp $temp_fname");
64
         system("wget -q --timeout=10 -O $temp_fname.tmp \"$url\" && mv $temp_fname.tmp $temp_fname");
66
       }
65
       }
67
       if (-f $temp_fname) {
66
       if (-f $temp_fname) {