vault: Remove log about rollback
This commit is contained in:
parent
4bc10930b3
commit
d74c4c1c33
|
@ -134,7 +134,6 @@ func (m *RollbackManager) attemptRollback(path string, rs *rollbackState) (err e
|
|||
}()
|
||||
|
||||
// Invoke a RollbackOperation
|
||||
m.logger.Printf("[DEBUG] rollback: starting rollback for %s", path)
|
||||
req := &logical.Request{
|
||||
Operation: logical.RollbackOperation,
|
||||
Path: path,
|
||||
|
|
Loading…
Reference in a new issue