Skip to content

Commit 61ad472

Browse files
horakivosteve-s
authored andcommitted
Remove left out code
1 parent 20a5d36 commit 61ad472

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
@@ -943,7 +943,6 @@ with open(pyvenvcfg, 'w', encoding='utf-8') as f:
943943
} catch (IOException e) {
944944
throw new IOException("failed to create tmp launcher", e);
945945
}
946-
System.out.println("Created temporary launcher file: " + tmp);
947946
tmp.deleteOnExit();
948947
try (var wr = new FileWriter(tmp, StandardCharsets.UTF_8)) {
949948
wr.write(script);

0 commit comments

Comments
 (0)