Skip to content

Commit

Permalink
Remove unecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandServin committed Apr 2, 2021
1 parent 7d4575d commit 3402db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def build_extension(self, ext):
self.builtsolvernames.append(ext.name.split('.')[-1][1:])

except CCompilerError:
print("Could not build %s"%ext.name)

self.failedsolvernames.append(ext.name.split('.')[-1][1:])


Expand Down

0 comments on commit 3402db8

Please sign in to comment.