Skip to content

Commit 1714a36

Browse files
authored
Remove wrong debug message from Automotive Scanner Executor (#3931)
1 parent 9e146f0 commit 1714a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scapy/contrib/automotive/scanner/executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def scan(self, timeout=None):
262262
kill_time = None
263263
else:
264264
kill_time = time.monotonic() + timeout
265-
log_automotive.debug("Set kill_time to %s" % time.ctime(kill_time))
266265
while kill_time is None or kill_time > time.monotonic():
267266
test_case_executed = False
268267
log_automotive.info("[i] Scan progress %0.2f", self.progress())

0 commit comments

Comments
 (0)