vault: Remove log about rollback

This commit is contained in:
Armon Dadgar 2015-04-03 17:11:24 -07:00
parent 4bc10930b3
commit d74c4c1c33

View file

@ -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,