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'