diff --git a/automotive/can/1.0/tools/configurator/canprototools.cpp b/automotive/can/1.0/tools/configurator/canprototools.cpp index e7e364222c..0a12bd6f21 100644 --- a/automotive/can/1.0/tools/configurator/canprototools.cpp +++ b/automotive/can/1.0/tools/configurator/canprototools.cpp @@ -96,7 +96,6 @@ std::optional fromPbBus(const Bus& pb_bus) { if (!ifname.empty()) socketcan.ifname(ifname); if (!serialno.empty()) socketcan.serialno({serialno.begin(), serialno.end()}); bus_cfg.interfaceId.socketcan(socketcan); - // TODO(b/142654031) - add support for serial number as an option instead of ifname. break; } case Bus::kSlcan: {