Skip to content

Commit

Permalink
fix: Make less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Nov 9, 2023
1 parent 6a1dee2 commit de309ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm_fieldwork/json2osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def parse(
tags[key] = v
total.append(tags)

log.debug(f"Finsished parsing JSON file {filespec}")
# log.debug(f"Finished parsing JSON file {filespec}")
return total

def createEntry(
Expand Down Expand Up @@ -417,8 +417,8 @@ def json2osm(input_file, yaml_file=None):
log.warning(f"Bad record! {feature}")
continue # Skip bad records

log.debug("Writing final OSM XML file...")
jsonin.writeOSM(feature)
# log.debug("Writing final OSM XML file...")

# jsonin.finishOSM()
log.info(f"Wrote OSM XML file: {osmoutfile}")
Expand Down

0 comments on commit de309ed

Please sign in to comment.