remove print statements
This commit is contained in:
@ -9,7 +9,6 @@ from sqs_listener import SqsListener
|
||||
class ServiceListener(SqsListener):
|
||||
def handle_message(self, body, attributes, messages_attributes):
|
||||
# gather/manage/process data based on the particular needs
|
||||
print(f'{time.localtime()} - message received...')
|
||||
service = LoftService(body)
|
||||
service.process()
|
||||
# log the things
|
||||
|
Reference in New Issue
Block a user