summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-23 15:52:15 -0400
committerOz Linden <oz@lindenlab.com>2012-04-23 15:52:15 -0400
commit01cd6614484a38b974c2bbd692ccd3e0b1b2fc58 (patch)
tree10ab2d35ad3f4137378269b0d4910ab4c2c3d96d
parente02bf8f90dba7cd7ac8874d7ee1baf782397784f (diff)
remove debugging prints around packaging the dictionaries
-rw-r--r--indra/newview/viewer_manifest.py3
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"):