summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-12-01 22:43:23 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-03-29 20:19:27 +0200
commita33b9adbb9ddf6adb8c6b3c2cacd769d85ea354a (patch)
tree9f541a7ac1f7f31f415dce168593d944b21e2415
parent626b9cb6c87fc4cf8f42d6c6671ae1da92d5d50d (diff)
downloaduxp-a33b9adbb9ddf6adb8c6b3c2cacd769d85ea354a.tar.gz
Get rid of link to irrelevant information after build.
-rw-r--r--python/mozbuild/mozbuild/mach_commands.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py
index ae71d08687..f654db7697 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)