Skip to content

Commit 971b7b5

Browse files
removed debug code
1 parent 6dbf2dd commit 971b7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/testhelpers/fake_softlayer_session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (h *FakeTransportHandler) DoRequest(sess *session.Session, service string,
9191
identifier = *options.Id
9292
}
9393

94-
fmt.Printf("%s::%s(id=%d)\n", service, method, identifier)
94+
// fmt.Printf("%s::%s(id=%d)\n", service, method, identifier)
9595

9696
h.AddApiLog(service, method, args, options)
9797

0 commit comments

Comments
 (0)