Removing debug shite

This commit is contained in:
Razharas
2014-05-04 22:56:01 -04:00
committed by ZomgPonies
parent 95b6406adb
commit 8ee92a0f81
@@ -55,7 +55,6 @@
/obj/structure/table/MouseDrop(atom/over)
if(usr.stat || usr.lying || !Adjacent(usr) || (over != usr))
return
world << "craft holder interact is attempting to be called"
craft_holder.interact(usr)
/obj/structure/table/update_icon()