Skip to content

Commit 15259e0

Browse files
committed
Remove mandatory validation from QueueMessage
1 parent 99ddb23 commit 15259e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/python_ms_core/core/queue/models/queue_message.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def data_from(self):
4747
data = self
4848
if isinstance(data, str):
4949
data = json.loads(self)
50-
print(data)
5150

5251
kwargs = {}
5352
if data:

0 commit comments

Comments
 (0)