From 0b4c4feb6e341e115336da498e1da9ff2a8ed699 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 11 Feb 2013 10:21:18 +0100 Subject: [PATCH] Removed a too-verbose printout during batch-build. --- src/commands/default/building.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/default/building.py b/src/commands/default/building.py index 12bb44dfb3..dcbba718d2 100644 --- a/src/commands/default/building.py +++ b/src/commands/default/building.py @@ -666,7 +666,6 @@ class CmdDig(ObjManipCommand): if not 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, aliases=to_exit["aliases"], locks=lockstring, destination=new_room, report_to=caller)