We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e146f0 commit 1714a36Copy full SHA for 1714a36
scapy/contrib/automotive/scanner/executor.py
@@ -262,7 +262,6 @@ def scan(self, timeout=None):
262
kill_time = None
263
else:
264
kill_time = time.monotonic() + timeout
265
- log_automotive.debug("Set kill_time to %s" % time.ctime(kill_time))
266
while kill_time is None or kill_time > time.monotonic():
267
test_case_executed = False
268
log_automotive.info("[i] Scan progress %0.2f", self.progress())
0 commit comments