Skip to content

Commit fa1800f

Browse files
xingzhang-suseBinX-Suse
authored andcommitted
NVSHAS-9789: Remove unnecessary manager log on remote registry configuration
1 parent 6526159 commit fa1800f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

admin/src/main/scala/com/neu/service/device/DeviceService.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ class DeviceService extends Directives with DefaultJsonFormats with LazyLogging
262262
val payload = remoteRepositoryToJson(
263263
remoteRepository
264264
)
265-
logger.info("Create remote repository: {}", payload)
266265
RestClient.httpRequestWithHeader(
267266
s"${baseClusterUri(tokenId)}/system/config/remote_repository",
268267
HttpMethods.POST,

0 commit comments

Comments
 (0)