Skip to content

Commit

Permalink
extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan committed Dec 2, 2010
1 parent 4a2cb77 commit d800f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newegg/newegg.search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ if (root.length() != 0) {
item.price = <price>{priceNode.text() + priceNode.span.text()}</price>;
item.shipping = <shipping>{root..div.(@id=="synShipping").p.text()}</shipping>;
item.image = <image>{root..img.(@id=="mainSlide_0").@src}</image>;
y.log(root..div.(@id=="mainSlide"));
result.item += fixItem(item);
Expand Down

0 comments on commit d800f9e

Please sign in to comment.