diff options
| author | Franklin Wei <git@fwei.tk> | 2016-03-26 20:54:13 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-03-26 20:54:13 -0400 |
| commit | 6425388f590f256221c312e06b7d3c82ad3d8893 (patch) | |
| tree | a567bbab264f6d894abf7d4e5bf87421ae79a433 /worlds | |
| parent | f6ced470369099e3d837e661b59f9dc539ebde70 (diff) | |
| download | netcosm-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.c | 2 |
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."); |