diff --git a/metaMapper.py b/metaMapper.py index 007cff5..ebfee6e 100644 --- a/metaMapper.py +++ b/metaMapper.py @@ -13,7 +13,6 @@ def extract_zip_file(zip_file_path): temp_dir = tempfile.mkdtemp() - start_time = time.time() # Start time logging.info("Extracting {zip_file_path}...") @@ -107,7 +106,6 @@ def processDatasets(datasetNum, imageDirectory): # Read and format image metadata - imgMappings = extractImageMappings(mapFile) def processImage(imgPath): # read image file