get rid of reduntnat prints

This commit is contained in:
Jun-te Kim 2025-03-17 21:51:26 +00:00
parent cff671c9df
commit 4c62360d9c

View file

@ -225,8 +225,6 @@ class SharePointScraper():
else:
self.surveyor_work_completed.update({name: 1})
break
print("trololol")
return self.surveyor_work_completed
@ensure_housing_assosiation_is_loaded