Skip to content

Commit

Permalink
chore: update example number and delete repeated logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Jul 12, 2023
1 parent 6c96a94 commit 456b520
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions src/uagents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,6 @@ def setup(self):
# register the internal agent protocol
self.include(self._protocol)
self._loop.run_until_complete(self._startup())
if self._endpoints is None:
self._logger.warning(
"I have no endpoint and won't be able to receive external messages"
)
self.start_background_tasks()

def start_background_tasks(self):
Expand Down

0 comments on commit 456b520

Please sign in to comment.