Skip to content

Commit 23b301c

Browse files
authored
fix: issue/16 - bad call to the logger (#17)
* First commit with samples. * Work in progress. * Work in progress. * First commit with code worth sharing. * Fixed merge messages in README. * fix: issue/16 Removed bad logging call.
1 parent 1de4604 commit 23b301c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/messaging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def __init__(self, config, subscription = None, on_message = None, clientId = No
1111
global on_connect
1212
self.config = config
1313
defaultHost = '{{ asyncapi | server }}'
14-
logging.info("Default host:", defaultHost)
1514

1615
if (clientId):
1716
self.client = mqtt.Client(clientId)

0 commit comments

Comments
 (0)