Skip to content

Commit b5402de

Browse files
author
Derek Smart
committed
remove output during build
Signed-off-by: Derek Smart <derek.smart@delphix.com>
1 parent 54b34fa commit b5402de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/kotlin/com/delphix/yamlparser/sdk/repos/Database.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class Database (
5050
"source" to source,
5151
"container" to container
5252
)
53-
println(request)
5453
return http.handlePost("$resource/provision", request)
5554
}
5655

src/test/kotlin/com/delphix/yamlparser/RunnerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.delphix.yamlparser
22

3-
import com.delphix.yamlparser.sdk.Api as Api
3+
import com.delphix.yamlparser.sdk.Http as Http
44
import com.delphix.yamlparser.sdk.Delphix as Delphix
55
import com.delphix.yamlparser.sdk.objects.Action as Action
66
import com.delphix.yamlparser.sdk.objects.Job as Job

0 commit comments

Comments
 (0)