瀏覽代碼

Removed a debug code line

master
Archivist 5 年之前
父節點
當前提交
62324e3838
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/sales_backend/http/product.cr

+ 0
- 2
src/sales_backend/http/product.cr 查看文件

@ -45,11 +45,9 @@ get "/products" do |context|
if filename.char_at(0)!='.'
if(skipped<skip)
skipped+=1
STDOUT.puts "Skipped "+filename
else
ret.push Product.from_json File.read Statics.data_path+"products/"+filename
sent+=1;
STDOUT.puts "Sent "+filename
end
end
rescue exception

Loading…
取消
儲存