diff -r 707793a758c4 -r 16e168833048 ndp.lua --- a/ndp.lua Sun Jun 21 23:24:55 2009 +0100 +++ b/ndp.lua Sun Jun 21 23:25:16 2009 +0100 @@ -140,7 +140,6 @@ end }; { (Pi"in " + true) * ( quantity * P" " * unit_of_time ) * (P"s"^-1) / function (number_and_unit) - print("m", number_and_unit.."."); local number, unit = number_and_unit:gsub("^in ", ""):match("^(.+)%s+(.-)s?$"); number = quantities[number] or tonumber(number);