Skip to content

Commit 19e0fe0

Browse files
committed
cleaup
1 parent a86646c commit 19e0fe0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.3.3'
3+
ruby '2.3.1'
44

55
gem 'rails', '4.2.6'
66
gem 'pg', '~> 0.15'

Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,8 @@ DEPENDENCIES
372372
web-console (~> 2.0)
373373
whiny_validation
374374

375+
RUBY VERSION
376+
ruby 2.3.1p112
377+
375378
BUNDLED WITH
376-
1.13.7
379+
1.12.5

app/crawlers/direct_page_access_crawler.rb

-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ def fetch_product_nodes(file_path)
2121
# injected nodes (default: @nodes)
2222
def process_listings(nodes = @nodes)
2323
nodes.each_with_index do |node, index|
24-
binding.pry
2524
next if invalid_node?(node)
2625
next if data_exists?(node)
2726
output_process_info(node, index)
28-
# validate_listing(id, sku, index)
2927
dispatch_action(node, index)
30-
# (index != 0 && index % 20 == 0) ? connector.restart : connector.process_listing(node)
3128
end
3229
end
3330

0 commit comments

Comments
 (0)