Skip to content

Commit 5d30596

Browse files
committed
Remove unnecessary headless property
1 parent 11e73c2 commit 5d30596

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/scala/org/nlogo/models/ModelResaver.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ import org.nlogo.sdm.gui.NLogoGuiSDMFormat
4545

4646
object ModelResaver {
4747
def main(args: Array[String]): Unit = {
48-
System.setProperty("org.nlogo.preferHeadless", "true")
49-
5048
if (args.length > 0) resaveModels(args.toSeq)
5149
else resaveAllModels()
5250
}

0 commit comments

Comments
 (0)