Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Just remove the message
  • Loading branch information
erlend-aasland committed Jun 23, 2022
commit 1d7989828ef616fc8ada8cb32601fa30d22924e2
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,6 @@ def print_three_column(lst):
print("%-*s %-*s %-*s" % (longest, e, longest, f,
longest, g))

if not self.failed:
print()
print("Python build finished successfully!")
print()

if self.missing:
print()
print("The necessary bits to build these optional modules were not "
Expand Down