From 78ec859dc6b4fe807fff5500619b2b57495762c3 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 10 Mar 2022 18:08:57 +0530 Subject: [PATCH] cleanup: remove unwanted print Removing unwanted print from the code Signed-off-by: Madhu Rajanna --- internal/cephfs/core/volume.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/cephfs/core/volume.go b/internal/cephfs/core/volume.go index d01b5c143..35cd4c809 100644 --- a/internal/cephfs/core/volume.go +++ b/internal/cephfs/core/volume.go @@ -237,7 +237,6 @@ func (s *subVolumeClient) CreateVolume(ctx context.Context) error { opts.PoolLayout = s.Pool } - fmt.Println("this is for debugging ") // FIXME: check if the right credentials are used ("-n", cephEntityClientPrefix + cr.ID) err = ca.CreateSubVolume(s.FsName, s.SubvolumeGroup, s.VolID, &opts) if err != nil {