[update] remove print

This commit is contained in:
Roy
2022-12-02 11:24:21 +08:00
parent a69b83f68b
commit bbc8b6ab79
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -17,7 +17,6 @@ class Main():
self._mqttThread.run()
def get_analysis_data(self, input:str):
print('2')
run()
-2
View File
@@ -86,6 +86,4 @@ class MqttThread():
func = getattr(self._handler, topic, None)
if func != None:
print('1')
print(func, payload)
return func(payload)