Skip to content

Commit

Permalink
rm print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 25, 2022
1 parent 99d2689 commit faca408
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qtribu/toolbelt/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def get_value_from_key(key: str, default=None, exp_type=None):

try:
out_value = settings.value(key=key, defaultValue=default, type=exp_type)
print(out_value)
except Exception as err:
log_hdlr.PlgLogger.log(
message="Error occurred trying to get settings: {}.Trace: {}".format(
Expand Down

0 comments on commit faca408

Please sign in to comment.