소스 검색

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

불러오는 중...
취소
저장