From 94ce6dac49b417bb91d9b8d9ce7c50d055dacd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Tue, 17 Mar 2020 19:58:45 +0100 Subject: [PATCH] del: code in comments --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7c0efaa5..56d63d18 100644 --- a/build.gradle +++ b/build.gradle @@ -127,10 +127,6 @@ task shell(type: JavaExec) { f.name.startsWith('rhino') } - // if (environment.get('TERM') != 'dumb') { - // println 'Run this task with `TERM=dumb ./gradlew shell` to get rid of the progress output' - // } - classpath = files(rhinoJar) main = 'org.mozilla.javascript.tools.shell.Main'