summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-05-25 07:51:58 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-05-25 07:51:58 -0700
commit9908fcf4ac43537728d1b34e30650735cfb36147 (patch)
tree1f8121d27180df45470fbe6219aceddc8df1c407 /indra/newview
parentc68def40b15c3f2a24f9ea6f5703a3513875f608 (diff)
Backed out changeset 9adcab4d611b
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d91faddb1a..2c694132ea 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -116,7 +116,6 @@ class ViewerManifest(LLManifest):
settings_install['CmdLineChannel'] = settings_template['CmdLineChannel'].copy()
settings_install['CmdLineChannel']['Value'] = self.channel_with_pkg_suffix()
print "Set CmdLineChannel in settings_install.xml to '%s'" % self.channel_with_pkg_suffix()
- print "COYOT: channel set or not: %s" % self.channel_with_pkg_suffix()
if 'grid' in self.args and self.args['grid']:
settings_install['CmdLineGridChoice'] = settings_template['CmdLineGridChoice'].copy()