remove "gameobj init!" debug message
[mudsync.git] / mudsync / gameobj.scm
index ec95e2c9f6278fe57ba840affc0cc7d3a10d9b7d..0f4d7043e96918251bc1f70d85a63fde16c4566f 100644 (file)
 (define-mhandler (gameobj-init actor message)
   "Your most basic game object init procedure.
 Assists in its replacement of occupants if necessary and nothing else."
 (define-mhandler (gameobj-init actor message)
   "Your most basic game object init procedure.
 Assists in its replacement of occupants if necessary and nothing else."
-  (display "gameobj init!\n")
   (run-replacement actor message gameobj-replace-steps*))
 
 (define (gameobj-goes-by gameobj)
   (run-replacement actor message gameobj-replace-steps*))
 
 (define (gameobj-goes-by gameobj)