gperdrizet commited on
Commit
1ff8b35
·
verified ·
1 Parent(s): e98ae21

Removed printline debugging.

Browse files
Files changed (1) hide show
  1. functions/context_acquisition.py +0 -2
functions/context_acquisition.py CHANGED
@@ -170,9 +170,7 @@ def _save_html_to_file(html_content: str, profile_url: str) -> str:
170
 
171
  # Generate filename from URL and timestamp
172
  parsed_url = urlparse(profile_url)
173
- print(parsed_url)
174
  profile_name = parsed_url.path.split('/')[2] or 'unknown_profile'
175
- print(profile_name)
176
  filename = f"linkedin_profile_{profile_name}.html"
177
 
178
  # Full file path
 
170
 
171
  # Generate filename from URL and timestamp
172
  parsed_url = urlparse(profile_url)
 
173
  profile_name = parsed_url.path.split('/')[2] or 'unknown_profile'
 
174
  filename = f"linkedin_profile_{profile_name}.html"
175
 
176
  # Full file path