Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix 0.7.8 #141

Merged
merged 8 commits into from
Apr 28, 2016
Prev Previous commit
Next Next commit
removed unnecessarily verbose logging from inventory service
  • Loading branch information
jmiranda committed Apr 21, 2016
commit f14f1e3d3f554add3d37426665c5c3b97fa7c474
Original file line number Diff line number Diff line change
Expand Up @@ -4018,7 +4018,6 @@ class InventoryService implements ApplicationContextAware {

// Get the inventory levels for all products at the given location
def inventoryLevelMap = InventoryLevel.findAllByInventory(location.inventory)?.groupBy { it.product }
log.info inventoryLevelMap

// Group entries by generic product
genericProductMap = entries.inject([:].withDefault { [
Expand Down