Skip to content

Commit

Permalink
MAINT: custom_autowrap: Remove stray print statement from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
richardotis committed Apr 29, 2017
1 parent 9052922 commit aac97bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycalphad/core/custom_autowrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def wrap_code(self, routine, helpers=None):
if not os.access(workdir, os.F_OK):
os.mkdir(workdir)
try:
print(os.path.join(workdir, self.filename))
self.generator.write(
[routine]+helpers, str(os.path.join(workdir, self.filename)).replace(os.sep, '/'), True, self.include_header,
self.include_empty)
Expand Down

0 comments on commit aac97bc

Please sign in to comment.