# HG changeset patch # User Matthew Wild # Date 1245623116 -3600 # Node ID 16e168833048c63f0aeea72522a7d64537fc0a8c # Parent 707793a758c49e566c4f3385586cb31593a7dc93 Remove debug print 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);