remove debugging leftovers

This commit is contained in:
Dirk Sohler 2017-02-28 19:57:19 +01:00
parent c31f0c1570
commit 8beb472234

@ -70,12 +70,6 @@ function _xtimer_changeText(player)
local h = tostring((math.floor(time/60) % 60))
local m = tostring((math.floor(time) % 60))
local __c = 0
for x,y in pairs(_xtend.v.xtimer.playerData) do
__c = __c + 1
end
print(__c..' '..playerName)
local res = _xtend.v.xtimer.format.output:gsub('(+.)', {
['+s'] = os.date(_xtend.v.xtimer.format.start, startTime),
['+c'] = os.date(_xtend.v.xtimer.format.current),