Yeuoly 1 年之前
父节点
当前提交
1ad814a302
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      internal/core/runner/python/prescript.py

+ 0 - 2
internal/core/runner/python/prescript.py

@@ -6,8 +6,6 @@ if __name__ == "__main__":
     import typing
     import time
 
-    print(os.listdir("/tmp"))
-
     if len(sys.argv) != 4:
         sys.exit(-1)