Skip to content

Commit

Permalink
removing ts update
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Oct 2, 2024
1 parent 85e4353 commit 2e9b672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private Product translate(Product p) {

p.getOfferNames().addAll(p.getNames().getOfferNames());
p.getNames().getOfferNames().clear();
p.setLastChange(System.currentTimeMillis());
// p.setLastChange(System.currentTimeMillis());
return p;
}

Expand Down

0 comments on commit 2e9b672

Please sign in to comment.