removed some debug output

master
Kahrl 2012-03-09 07:05:19 +01:00
parent 5dd30dbf5b
commit 7bfb748092
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ minetest.register_on_chat_message(function(name, message)
else
info = awayname .. ' is away: ' .. reason
end
dump2(away_inform_outbox)
table.insert(away_inform_outbox, info)
away_last_inform[awayname] = time
end