diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-23 15:52:15 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-23 15:52:15 -0400 |
commit | 01cd6614484a38b974c2bbd692ccd3e0b1b2fc58 (patch) | |
tree | 10ab2d35ad3f4137378269b0d4910ab4c2c3d96d /indra/newview | |
parent | e02bf8f90dba7cd7ac8874d7ee1baf782397784f (diff) |
remove debugging prints around packaging the dictionaries
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 7a3619ccd8..56933bbd21 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -94,11 +94,10 @@ class ViewerManifest(LLManifest): # ... and the included spell checking dictionaries pkgdir = os.path.join(self.args['build'], os.pardir, 'packages') - print "Trying to change src to %s" % (pkgdir); if self.prefix(src=pkgdir,dst=""): - print "Trying dictionaries relative to %s with %s" % (self.get_src_prefix(), "dictionaries"); self.path("dictionaries") self.end_prefix(pkgdir) + self.end_prefix("app_settings") if self.prefix(src="character"): |