From 05cb2b32f29ee7ae6429be16d238379085f9d4b4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 1 Dec 2017 22:43:23 +0100 Subject: Get rid of link to irrelevant information after build. --- python/mozbuild/mozbuild/mach_commands.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python') diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py index ae71d0868..f654db769 100644 --- a/python/mozbuild/mozbuild/mach_commands.py +++ b/python/mozbuild/mozbuild/mach_commands.py @@ -536,10 +536,6 @@ class Build(MachCommandBase): # 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) -- cgit v1.2.3