Skip to content

Commit 781412a

Browse files
committed
GROOVY-8162: Update Groovysh to JLine3 (remove accidental debugging line)
1 parent b7ce2b2 commit 781412a

File tree

1 file changed

+1
-1
lines changed
  • subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline

1 file changed

+1
-1
lines changed

subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public interface Cloner {
164164
public GroovyEngine() {
165165
sharedData = new Binding();
166166
// for debugging
167-
sharedData.setVariable("engine", this);
167+
// sharedData.setVariable("engine", this);
168168
classLoader = new EngineClassLoader();
169169
shell = new GroovyShell(classLoader, sharedData);
170170
for (String s : DEFAULT_IMPORTS) {

0 commit comments

Comments
 (0)