Selaa lähdekoodia

Removed a debug code line

master
Archivist 5 vuotta sitten
vanhempi
commit
62324e3838
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -2
      src/sales_backend/http/product.cr

+ 0
- 2
src/sales_backend/http/product.cr Näytä tiedosto

@ -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

Ladataan…
Peruuta
Tallenna