Skip to content

Commit 722f4c3

Browse files
horakivosteve-s
authored andcommitted
Remove left out code
1 parent 0b2fa1d commit 722f4c3

File tree

1 file changed

+0
-1
lines changed
  • org.graalvm.python.embedding.tools/src/main/java/org/graalvm/python/embedding/tools/vfs

1 file changed

+0
-1
lines changed

org.graalvm.python.embedding.tools/src/main/java/org/graalvm/python/embedding/tools/vfs/VFSUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ with open(pyvenvcfg, 'w', encoding='utf-8') as f:
897897
} catch (IOException e) {
898898
throw new IOException("failed to create tmp launcher", e);
899899
}
900-
System.out.println("Created temporary launcher file: " + tmp);
901900
tmp.deleteOnExit();
902901
try (var wr = new FileWriter(tmp, StandardCharsets.UTF_8)) {
903902
wr.write(script);

0 commit comments

Comments
 (0)