diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 7a3619ccd87ace27f8cda0ae0e1f92a67df0f52c..56933bbd21149bb86657d854a617add67a8a135f 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -94,11 +94,10 @@ def construct(self):
 
                 # ... 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"):