Skip to content

Commit

Permalink
BUG remove extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jul 15, 2023
1 parent ec25029 commit c7116e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class build_ext_subclass(build_ext):
def finalize_options(self):

build_ext.finalize_options(self)
print("inner:", sys.argv, flush=True)

self.cfitsio_build_dir = os.path.join(
self.build_temp, self.cfitsio_dir)
Expand Down

0 comments on commit c7116e8

Please sign in to comment.