Remove obsolete print statement
This commit is contained in:
parent
db558ec91f
commit
24c86f2c42
|
@ -702,7 +702,6 @@ def list_profile(limit, is_fuzzy=True):
|
||||||
try:
|
try:
|
||||||
name = cur.fetchone()['name']
|
name = cur.fetchone()['name']
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
|
||||||
name = "N/A"
|
name = "N/A"
|
||||||
profile_data[etype] = name
|
profile_data[etype] = name
|
||||||
# Split the arguments back into a list
|
# Split the arguments back into a list
|
||||||
|
|
Loading…
Reference in New Issue