Skip to content

Commit 2d975eb

Browse files
authored
Remove Duck hidden in code (#1445)
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent be054fe commit 2d975eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

restapi/admin_subnet.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ func GetSubnetRegisterResponse(session *models.Principal, params admin_api.Subne
242242
}
243243

244244
func GetSubnetInfoResponse(session *models.Principal, client cluster.HTTPClientI) (*models.License, *models.Error) {
245-
fmt.Println("quack")
246245
ctx := context.Background()
247246
mAdmin, err := NewMinioAdminClient(session)
248247
if err != nil {

0 commit comments

Comments
 (0)