Removed a too-verbose printout during batch-build.
This commit is contained in:
parent
433cb5b9c0
commit
0b4c4feb6e
1 changed files with 0 additions and 1 deletions
|
|
@ -666,7 +666,6 @@ class CmdDig(ObjManipCommand):
|
||||||
if not typeclass:
|
if not typeclass:
|
||||||
typeclass = settings.BASE_EXIT_TYPECLASS
|
typeclass = settings.BASE_EXIT_TYPECLASS
|
||||||
|
|
||||||
print typeclass, to_exit["name"], location, to_exit["aliases"],lockstring, new_room, caller
|
|
||||||
new_to_exit = create.create_object(typeclass, to_exit["name"], location,
|
new_to_exit = create.create_object(typeclass, to_exit["name"], location,
|
||||||
aliases=to_exit["aliases"],
|
aliases=to_exit["aliases"],
|
||||||
locks=lockstring, destination=new_room, report_to=caller)
|
locks=lockstring, destination=new_room, report_to=caller)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue