From 58c90b2ffc88b35fb0fd7833fdbf3f45e7635367 Mon Sep 17 00:00:00 2001
From: Bunny <glisa825@gmail.com>
Date: Sun, 29 Dec 2019 09:24:04 -0500
Subject: [PATCH] Remove debugging message

---
 .../tome/data/maps/vaults/auto/greater/living-weapons.lua       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua b/game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua
index 06fba2594e..c129c5e169 100644
--- a/game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua
+++ b/game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua
@@ -148,7 +148,6 @@ local make_poltergeist = function(type)
 			[Talents.T_DRAIN]={base=5, every=10, max=7},
 			[Talents.T_BLOOD_GRASP]={base=4, every=5, max=7},
 		}
-		game.log("#LIGHT_RED#ERROR GENERATING: %s", o.name)
     elseif o.type == "weapon" and o.slot_forbid == "OFFHAND" then
         class = "Berserker"
         e.autolevel = "warrior"
@@ -171,7 +170,6 @@ local make_poltergeist = function(type)
 			[Talents.T_SHADOW_WARRIORS]={base=1, every=8, max=6},
 			[Talents.T_REPROACH]={base=5, every=10, max=5},
         }
-		game.log("#LIGHT_RED#ERROR GENERATING: %s", o.name)
     end
     e[#e+1] = resolvers.auto_equip_filters(class)
 
-- 
GitLab