diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 10:27:15 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 10:27:15 -0500 |
commit | e97a642bddebb88184892f4fc1f54739888d5ec9 (patch) | |
tree | a3925862e61afa27870531954c7ab873debe1a4e /components | |
parent | 941a5efd84c6cf51aeb09df8dc8ae90eeca17f53 (diff) | |
download | aura-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.mozbuild | 1 |
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] |