Skip to content

Commit

Permalink
inql.actions.browser: remove error log
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Apr 23, 2020
1 parent 18bfac6 commit 6b5be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inql/actions/browser.py
Expand Up @@ -115,7 +115,7 @@ def ctx(self, host=None, payload=None, fname=None):
if os.path.abspath(fname).endswith('.query'):
self.target += "?query=%s" % urllib_request.quote(json.loads(payload)['query'])
except Exception as ex:
print(ex)
pass

if self.target:
self.menuitem.setEnabled(True)
Expand Down

0 comments on commit 6b5be60

Please sign in to comment.