summaryrefslogtreecommitdiff
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
commit650bb5440503424fb03a88a8217e3f1401a16c02 (patch)
tree9f541a7ac1f7f31f415dce168593d944b21e2415 /python
parentefb49f7479eba98a74d2e733c8bad6de813d2faa (diff)
downloadaura-central-650bb5440503424fb03a88a8217e3f1401a16c02.tar.gz
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)