# HG changeset patch # User "Aaron Bregger " # Date 1294187524 21600 # Node ID d97f61fad5b63b37d1f0f13b0c6d312e04b943c4 # Parent 9c03e32a26543f9c9641486aee749e8302f7fd5c fixed login debug statements diff -r 9c03e32a2654 -r d97f61fad5b6 core.lua --- a/core.lua Tue Jan 04 17:54:32 2011 -0600 +++ b/core.lua Tue Jan 04 18:32:04 2011 -0600 @@ -254,12 +254,10 @@ local coords = GatherMate.mapData:EncodeLoc(x/100, y/100, 0) local zoneID = zidmap[note.map] if(not zoneID) then - print("OMFG "..note.map) return end local nodeID = GatherMate.nodeIDs["RecipeProfit"][get_note_title(note, "")] - print(nodeID) GatherMate:InjectNode(zoneID, coords, "RecipeProfit", nodeID) end