mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
remove excessive logging
This commit is contained in:
parent
6f84d107cc
commit
d11b16e2cf
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ func (m *Monitor) authenticateAndSetup(credStore *credentials.Store) error {
|
|||
|
||||
if creds.State != nil {
|
||||
m.eventID = creds.State.LastEventID
|
||||
m.logger.Info("Restored Proton state")
|
||||
} else {
|
||||
m.eventID = auth.EventID
|
||||
if err := m.saveState(creds); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue