ndp.lua

changeset 23
16e168833048
parent 21
983f96ebef08
child 25
caf8bbcbaf07
--- 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);

mercurial