Jon Solow commited on
Commit
fb4bf1d
·
1 Parent(s): 5a71b72

Remove debug write

Browse files
Files changed (1) hide show
  1. src/login.py +0 -1
src/login.py CHANGED
@@ -28,7 +28,6 @@ class HFFriendlyGSheetsConnection(GSheetsConnection):
28
  except Exception:
29
  pass
30
  connections_copy["private_key"] = private_key
31
- st.write(connections_copy)
32
 
33
  return AttrDict(connections_copy)
34
 
 
28
  except Exception:
29
  pass
30
  connections_copy["private_key"] = private_key
 
31
 
32
  return AttrDict(connections_copy)
33