We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6526159 commit fa1800fCopy full SHA for fa1800f
admin/src/main/scala/com/neu/service/device/DeviceService.scala
@@ -262,7 +262,6 @@ class DeviceService extends Directives with DefaultJsonFormats with LazyLogging
262
val payload = remoteRepositoryToJson(
263
remoteRepository
264
)
265
- logger.info("Create remote repository: {}", payload)
266
RestClient.httpRequestWithHeader(
267
s"${baseClusterUri(tokenId)}/system/config/remote_repository",
268
HttpMethods.POST,
0 commit comments