From 9908fcf4ac43537728d1b34e30650735cfb36147 Mon Sep 17 00:00:00 2001
From: Glenn Glazer <coyot@lindenlab.com>
Date: Wed, 25 May 2016 07:51:58 -0700
Subject: [PATCH] Backed out changeset 9adcab4d611b

---
 indra/newview/viewer_manifest.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d91faddb1a4..2c694132ea9 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -116,7 +116,6 @@ def construct(self):
                     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()
-- 
GitLab