mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
remove redundant f string
This commit is contained in:
1 parent
60f9dc6266
commit
530d92ead2
1 file changed
+1
-1
@@ -1118,7 +1118,7 @@ class MeshInterface: # pylint: disable=R0902
|
||||
"""Send a ToRadio protobuf to the device"""
|
||||
if self.noProto:
|
||||
logging.warning(
|
||||
f"Not sending packet because protocol use is disabled by noProto"
|
||||
"Not sending packet because protocol use is disabled by noProto"
|
||||
)
|
||||
else:
|
||||
# logging.debug(f"Sending toRadio: {stripnl(toRadio)}")
|
||||
|
||||
Reference in new issue
Block a user