changeset 39:d97f61fad5b6

fixed login debug statements
author "Aaron Bregger <killermonkey99@gmail.com>"
date Tue, 04 Jan 2011 18:32:04 -0600
parents 9c03e32a2654
children 3314b5f84299
files core.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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