Rm unnecessary io.write
This commit is contained in:
		
							parent
							
								
									c36e8cc9ea
								
							
						
					
					
						commit
						6ec5622ec5
					
				@ -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")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user