diff options
Diffstat (limited to 'src/inventorymanager.cpp')
-rw-r--r-- | src/inventorymanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inventorymanager.cpp b/src/inventorymanager.cpp index 25f601742..ad567f44c 100644 --- a/src/inventorymanager.cpp +++ b/src/inventorymanager.cpp @@ -842,8 +842,6 @@ bool getCraftingResult(Inventory *inv, ItemStack &result, std::vector<ItemStack> &output_replacements, bool decrementInput, IGameDef *gamedef) { - DSTACK(FUNCTION_NAME); - result.clear(); // Get the InventoryList in which we will operate |