Skip to content

Commit fd0d637

Browse files
committed
Delete: Erroneous printlns
1 parent fed9423 commit fd0d637

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/PythonExtension.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,8 @@ class PythonExtension extends api.DefaultClassManager {
8787
})
8888

8989
if (!PythonExtension.headless) {
90-
println(GraphicsEnvironment.isHeadless)
91-
println(System.getProperty("org.nlogo.preferHeadless"))
92-
9390
val py2Message = s"It is recommended to use Python 3 if possible and enter its path above. If you must use Python 2, enter the path to its executable folder below."
9491
val py2Property = new FileProperty("python2", "python2", PythonExtension.config.get("python2").getOrElse(""), py2Message)
95-
9692
PythonExtension.menu = Menu.create(em, PythonExtension.longName, PythonExtension.extLangBin, PythonExtension.config, Seq(py2Property))
9793
}
9894
}

0 commit comments

Comments
 (0)