Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
tahamusvi committed Mar 25, 2024
1 parent 82d101a commit f597c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def post(self, request):
if serializer.is_valid():
scraper = Temsah(serializer.validated_data['url'])
product = scraper.scrape()
print(request.META)
url_obj = Urls(url= serializer.validated_data['url'])
url_obj.save()

Expand Down

0 comments on commit f597c76

Please sign in to comment.