mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
Merge pull request #259 from mtrmac/drop-debug-print
Remove a left-over debugging Println
This commit is contained in:
@@ -60,7 +60,6 @@ func TestImportExportZip(t *testing.T) {
|
||||
rootKeyID, err := repo.KeyStoreManager.GenRootKey(data.ECDSAKey)
|
||||
assert.NoError(t, err, "error generating root key: %s", err)
|
||||
|
||||
fmt.Println(rootKeyID)
|
||||
err = repo.Initialize(rootKeyID)
|
||||
assert.NoError(t, err, "error creating repository: %s", err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user