From ae79a596397fc57b304dff3feafecb6a364def91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Fri, 30 May 2025 22:16:50 +0200 Subject: [PATCH] Remove stale code in comments --- tools/antclick/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/antclick/build.gradle b/tools/antclick/build.gradle index 9bc7c962..d60f57df 100644 --- a/tools/antclick/build.gradle +++ b/tools/antclick/build.gradle @@ -177,9 +177,6 @@ tasks.register('runH2Console', JavaExec) { '-user', 'antville', '-password', 'antville' ] - - // standardOutput = new ByteArrayOutputStream() - // ignoreExitValue true } tasks.register('distZip', Zip) {