Removed a comment.

这个提交包含在:
Craig Warren
2022-01-18 14:55:52 +00:00
父节点 279a353bec
当前提交 954750f13f

查看文件

@@ -162,7 +162,7 @@ if 'cleanall' in sys.argv:
# Remove 'gprMax/cython/fields_updates_dispersive.pyx' if its there
if os.path.isfile(cython_disp_file):
os.remove(cython_disp_file)
print(f'Removed: {cython_disp_file}')
# Now do a normal clean
sys.argv[1] = 'clean' # this is what distutils understands