summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-23 10:27:15 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-23 10:27:15 -0500
commite97a642bddebb88184892f4fc1f54739888d5ec9 (patch)
treea3925862e61afa27870531954c7ab873debe1a4e /components
parent941a5efd84c6cf51aeb09df8dc8ae90eeca17f53 (diff)
downloadaura-central-e97a642bddebb88184892f4fc1f54739888d5ec9.tar.gz
Issue %3005 - Follow-up: Remove print command from components/devtools/templates.mozbuild
Diffstat (limited to 'components')
-rw-r--r--components/devtools/templates.mozbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/devtools/templates.mozbuild b/components/devtools/templates.mozbuild
index a84cd21ee..9b6070610 100644
--- a/components/devtools/templates.mozbuild
+++ b/components/devtools/templates.mozbuild
@@ -35,6 +35,5 @@ def DevToolsModules(*modules):
# this abomination back to proper jar manifests.
if 'components' in dir:
continue
- print dir
base = base[dir]
base += [m for m in modules]