Skip to content

Commit

Permalink
test: remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lanej committed Aug 8, 2018
1 parent e29282d commit 9c42d9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ func TestVaultsService_UpdateItem(t *testing.T) {
t.Fatalf("Vaults.UpdateItem did not update the data bag: %v", err)
}

fmt.Printf("Vaults.ItemData: %+v\n", *(item.DataBagItem))

updatedData, err := item.Decrypt()
if err != nil {
t.Fatalf("Vaults.Decrypt returned an error: %v", err)
Expand Down

0 comments on commit 9c42d9a

Please sign in to comment.