Skip to content

Commit ecd27ce

Browse files
authored
Remove logging for unimplemented components (#153)
1 parent 621acd8 commit ecd27ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/robot/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ async def refresh(self):
160160
try:
161161
manager.register(Registry.lookup(subtype).create_rpc_client(rname.name, self._channel))
162162
except ComponentNotFoundError:
163-
LOGGER.warn(f"Component of type {subtype} is not implemented")
163+
pass
164164
with self._lock:
165165
self._resource_names = resource_names
166166
if manager.components != self._manager.components:

0 commit comments

Comments
 (0)