From 4ac5440a4a77015d11fed9aaef4d8bfd65575339 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Fri, 4 Jan 2013 12:49:31 +0100 Subject: [PATCH] Removing debug output --- profiles/car.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/car.lua b/profiles/car.lua index 4a633b4e3..a3db99233 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -71,7 +71,6 @@ local function parse_maxspeed(source) if string.match(source, "mph") or string.match(source, "mp/h") then n = (n*1609)/1000; end - io.write("speed: "..n.."\n") return math.abs(n) end