Skip to content

Commit 436c6ea

Browse files
committed
fix(stores): When creating a store don't log the request.
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent b10de54 commit 436c6ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/storesBulkOperations.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,6 @@ func getJsonForRequest(headerRow []string, row []string) *gabs.Container {
10621062
}
10631063
}
10641064
}
1065-
//fmt.Printf("[DEBUG] get JSON for create store request: %s", reqJson.String())
1066-
log.Debug().Msgf("JSON for create store request: %s", reqJson.String())
10671065
return reqJson
10681066
}
10691067

0 commit comments

Comments
 (0)