summaryrefslogtreecommitdiffstats
path: root/python
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
commit05cb2b32f29ee7ae6429be16d238379085f9d4b4 (patch)
tree9f541a7ac1f7f31f415dce168593d944b21e2415 /python
parentdc8aad9b9dc6983bb88aa586f34d9db007840eb8 (diff)
downloadUXP-05cb2b32f29ee7ae6429be16d238379085f9d4b4.tar
UXP-05cb2b32f29ee7ae6429be16d238379085f9d4b4.tar.gz
UXP-05cb2b32f29ee7ae6429be16d238379085f9d4b4.tar.lz
UXP-05cb2b32f29ee7ae6429be16d238379085f9d4b4.tar.xz
UXP-05cb2b32f29ee7ae6429be16d238379085f9d4b4.zip
Get rid of link to irrelevant information after build.
Diffstat (limited to 'python')
-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 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)