Squash final todos for SmartScan refactor

This commit is contained in:
Julian Stirling 2025-08-04 12:28:04 +01:00
parent 7d83aadf8d
commit f9fcdf628b
6 changed files with 62 additions and 40 deletions

View file

@ -12,7 +12,6 @@ import subprocess
import os
from io import TextIOWrapper
import shlex
import time
import labthings_fastapi as lt
@ -289,12 +288,6 @@ class FinalStitcher(BaseStitcher):
# Stop opening pipe blocking writing to it
os.set_blocking(process.stdout.fileno(), False)
# TODO check if we still want this? Is it for debugging, or should it have
# more explanation.
self.logger.info(
time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(time.time()))
)
self._log_ongoing(process, cancel=cancel)
if process.poll() == 0: