From 7ce0c0ef9afe6fc7b7cffad72f02d4bde7232feb Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Wed, 30 Mar 2016 15:33:35 -0700 Subject: [PATCH] Rm unnecessary io.write --- profiles/rasterbot.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/rasterbot.lua b/profiles/rasterbot.lua index fd9dcda64..03ff8f269 100644 --- a/profiles/rasterbot.lua +++ b/profiles/rasterbot.lua @@ -33,7 +33,6 @@ function source_function () end function segment_function (source, target, distance, weight) - io.write("lookup for " .. source.lon .. "," .. source.lat .. " " .. target.lon .. "," .. target.lat .. "\n") local sourceData = sources:query(raster_source, source.lon, source.lat) local targetData = sources:query(raster_source, target.lon, target.lat) io.write("evaluating segment: " .. sourceData.datum .. " " .. targetData.datum .. "\n")