Remove obsolete print statement

This commit is contained in:
Joshua Boniface 2020-02-17 23:25:27 -05:00
parent db558ec91f
commit 24c86f2c42
1 changed files with 0 additions and 1 deletions

View File

@ -702,7 +702,6 @@ def list_profile(limit, is_fuzzy=True):
try:
name = cur.fetchone()['name']
except Exception as e:
print(e)
name = "N/A"
profile_data[etype] = name
# Split the arguments back into a list