Remove debug print

Sun, 21 Jun 2009 23:25:16 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 21 Jun 2009 23:25:16 +0100
changeset 23
16e168833048
parent 22
707793a758c4
child 24
3ae5d7a20cec

Remove debug print

ndp.lua file | annotate | diff | comparison | revisions
--- 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