Get rid of debug code in the LFRecord handler

This commit is contained in:
April 2022-11-13 15:17:08 -07:00
parent b14bafa26d
commit 95ff8dec90
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

@ -37,8 +37,4 @@ def getLatLong(locId: str):
return fetched[0] + "/" + fetched[1]
def getLocationInfo(locId: str):
pass
print(getCoopId('USAZ0278'))
print(getZip('USAZ0278'))
print(getLatLong('USAZ0278'))
pass