Skip to content

Commit c593817

Browse files
Remove print message
Signed-off-by: Andy Kwok <[email protected]>
1 parent e929ac5 commit c593817

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integ-test/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,6 @@ task startPrometheus(type: SpawnProcessTask) {
290290
src getPrometheusBinaryLocation()
291291
dest prometheusFilePath
292292
}
293-
} else {
294-
println "Prometheus File Already Exists"
295293
}
296294
copy {
297295
from tarTree("$projectDir/bin/prometheus-${prometheus_binary_version}.tar.gz")

0 commit comments

Comments
 (0)