We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ddb23 commit 15259e0Copy full SHA for 15259e0
1 file changed
src/python_ms_core/core/queue/models/queue_message.py
@@ -47,7 +47,6 @@ def data_from(self):
47
data = self
48
if isinstance(data, str):
49
data = json.loads(self)
50
- print(data)
51
52
kwargs = {}
53
if data:
0 commit comments