Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 067a67b

Browse files
committed
Remove debug printf
1 parent 7542f78 commit 067a67b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/oci/client/oci.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ func (c *client) findInstanceByNodeNameIsVnic(cache *cache.OCICache, nodeName st
257257
vnic = &vnicResponse.Vnic
258258
cache.SetVnic(*attachment.VnicId, vnic)
259259
}
260-
log.Printf("Checking vnic:%s", *vnic)
261260
if (vnic.PublicIp != nil && *vnic.PublicIp == nodeName) ||
262261
(vnic.HostnameLabel != nil && (*vnic.HostnameLabel != "" && strings.HasPrefix(nodeName, *vnic.HostnameLabel))) {
263262
instanceRequest := core.GetInstanceRequest{

0 commit comments

Comments
 (0)