Skip to content

Commit

Permalink
Get rid of link to irrelevant information after build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbeast committed Mar 29, 2018
1 parent dc8aad9 commit 05cb2b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/mozbuild/mozbuild/mach_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ def build(self, what=None, disable_extra_make_dependencies=None, jobs=0,
# arguably make the build action useful for Fennec. Another day...
if self.substs['MOZ_BUILD_APP'] != 'mobile/android':
print('To take your build for a test drive, run: |mach run|')
app = self.substs['MOZ_BUILD_APP']
if app in ('browser', 'mobile/android'):
print('For more information on what to do now, see '
'https://developer.mozilla.org/docs/Developer_Guide/So_You_Just_Built_Firefox')
except Exception:
# Ignore Exceptions in case we can't find config.status (such
# as when doing OSX Universal builds)
Expand Down

0 comments on commit 05cb2b3

Please sign in to comment.