Skip to content

Commit

Permalink
release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltay committed Jan 30, 2022
1 parent d27616d commit e354eed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hexo_circle_of_friends/utils/get_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ def get_stellar_url(response,queue):

def handle(avatar,link,name,queue):
user_info = []
print(avatar)
print(link)
print(name)
n = min(len(avatar),len(link),len(name))
if n != 0:
for i in range(n):
Expand Down

0 comments on commit e354eed

Please sign in to comment.