Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
psyray committed Nov 25, 2023
1 parent d12d69b commit caa0f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/reNgine/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,6 @@ def dir_file_fuzz(self, ctx={}, description=None):
logger.error(f'FUZZ not found for "{url}"')
continue
endpoint, created = save_endpoint(url, crawl=False, ctx=ctx)
# endpoint.is_default = False
endpoint.http_status = status
endpoint.content_length = length
endpoint.response_time = duration / 1000000000
Expand Down

0 comments on commit caa0f2d

Please sign in to comment.