aboutsummaryrefslogtreecommitdiff
path: root/worlds
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-03-26 20:54:13 -0400
committerFranklin Wei <git@fwei.tk>2016-03-26 20:54:13 -0400
commit6425388f590f256221c312e06b7d3c82ad3d8893 (patch)
treea567bbab264f6d894abf7d4e5bf87421ae79a433 /worlds
parentf6ced470369099e3d837e661b59f9dc539ebde70 (diff)
downloadnetcosm-6425388f590f256221c312e06b7d3c82ad3d8893.zip
netcosm-6425388f590f256221c312e06b7d3c82ad3d8893.tar.gz
netcosm-6425388f590f256221c312e06b7d3c82ad3d8893.tar.bz2
netcosm-6425388f590f256221c312e06b7d3c82ad3d8893.tar.xz
remove some debug messages
Diffstat (limited to 'worlds')
-rw-r--r--worlds/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/worlds/test.c b/worlds/test.c
index b4afff6..70d2201 100644
--- a/worlds/test.c
+++ b/worlds/test.c
@@ -239,8 +239,6 @@ static bool food_drop(struct object_t *obj, user_t *user)
struct object_t *new = obj_new("/generic");
new->hidden = false;
- debugf("ADDING OBJECT.\n");
-
new->name = strdup("shiny brass key");
new->userdata = strdup("I see nothing special about that.");