lifan0127 commited on
Commit
52353d2
1 Parent(s): c64ef0e

Minor clean-up

Browse files
Files changed (1) hide show
  1. functions.py +0 -1
functions.py CHANGED
@@ -34,7 +34,6 @@ def fetch_collections(id, type, key, messages):
34
  except Exception as e:
35
  messages.append(
36
  Message(Icons.ERR, f"Error occurred when fetching Zotero collection: {e}"))
37
- print({'messages': str(messages)})
38
  return (
39
  None,
40
  [],
 
34
  except Exception as e:
35
  messages.append(
36
  Message(Icons.ERR, f"Error occurred when fetching Zotero collection: {e}"))
 
37
  return (
38
  None,
39
  [],